Hello Alex, you might try using the precompiled headers option and adding #include
to the precomp header (usually "stdafx.h" for MFC projects). This usually speeds
Thank you for your answer!
When I insert #include
pair(const _T1& _V1, const _T2& _V2) : first(_V1), second(_V2) {} template
pair(const pair &p) : first(p.first), second(p.second) {} _T1 first; _T2 second; };
With ptr_list.hpp, the same error in file (...)\vc98\include\xstring(133) occurs. What can this be? Alex -- View this message in context: http://www.nabble.com/ptr_container-compiles-slow-tf2225929.html#a6173398 Sent from the Boost - Users forum at Nabble.com.