Use of Boost library classes in kdecore?

Peter Kümmel syntheticpp at gmx.net
Sun Jul 8 15:41:08 BST 2007


Gcc 4 already ships with the boost's smart pointers: std::tr1::shared_ptr

See
http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html
http://gcc.gnu.org/viewcvs/branches/gcc-4_0-branch/libstdc%2B%2B-v3/include/tr1/
http://gcc.gnu.org/viewcvs/branches/gcc-4_2-branch/libstdc%2B%2B-v3/include/tr1/
http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/include/tr1_impl/

Therefore only compilers not supporting tr1 have to use boost.

Peter




More information about the kde-core-devel mailing list