Since 4/2/2012 6:08:32 AM, palaso has written 2 articles and participated in 0 conversations. palaso signature: palaso
palaso's articles:
Items(2) /1
Item 52 in Sutter/Alexandrescu's C++ Coding Standards3187 (8/3/2005 10:36:03 PM) comp.lang.c++.moderated At the end of Item 52 in "C++ Coding Standards" (about copying and destroying objects consistently) it says: "(Note that using a reference or auto_ptr member is almost always wrong.)" This seems quite a str... Matt
Can I specialize a template for std::pair parameter?6122 (7/7/2005 2:40:06 PM) comp.lang.c++.moderated If I have a template function with one template parameter, is there a way to specialize or overload it to handle the case where that parameter is a std::pair? For example, suppose I have the following function... Matt