c++.beta - [bug] dmc.8.48.3 libs/utility/test/base_from_member_test.cpp inernal
Walter, Attached the sample cpp file and cmd file which shows the error. Arjan
Apr 13 2006
Arjan wrote:Walter, Attached the sample cpp file and cmd file which shows the error. Arjan ------------------------------------------------------------------------ dmc" -cpp -c -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 -gl -S -o+none -Ae -Ar "eh759_2.cpp" ------------------------------------------------------------------------ #include <utility> #include <vector> class object_registrar { public: typedef std::vector< std::pair<int, int> > error_pair_type; error_pair_type x; }; object_registrar obj_reg;oops wrong cmd file :-( attached the correct one. Arjan
Apr 13 2006