Am Donnerstag 15 Mai 2008 17:16:32 schrieb dizzy:
> Seems CMake is violating ISO C++ then. You may not instantiate standard
> library templates of incomplete types (for example, even "struct A {
> std::auto_ptr<A> a; };" is invalid, C++0x will have an exception to that
> for shared_ptr<>, but for the standard containers that surely is the rule).

I'll configure my gcc installation to use concepts-checks and I'll do some 
testing on the code at my workspace (i.e. boost) just to see how common this 
kind of STL abuse is.

-- Maik




_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to