--- Comment #4 from pcayouette at spoluck dot ca 2010-05-31 00:26 ---
Error when #define line uncommented in example attached:
In file included from /usr/include/c++/4.4/memory:66,
from ../src/TestCpp0x.cpp:1:
/usr/include/c++/4.4/bits/shared_ptr.h: In member function
--- Comment #3 from pcayouette at spoluck dot ca 2010-05-31 00:25 ---
Compile command:
g++ -O0 -g3 -Wall -std=c++0x -c -fmessage-length=0 -MMD -MP
-MF"src/TestCpp0x.d" -MT"src/TestCpp0x.d" -o"src/TestCpp0x.o"
"../src/TestCpp0x.cpp"
--
htt
--- Comment #2 from pcayouette at spoluck dot ca 2010-05-31 00:23 ---
(From update of attachment 20782)
Must have boost to compile the file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44339
--- Comment #1 from pcayouette at spoluck dot ca 2010-05-31 00:18 ---
Created an attachment (id=20782)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20782&action=view)
Comparison between std case and boost case.
Uncomment the line
//#define USING_STD_SHARED_PTR
to exp
rsion: 4.4.3
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pcayouette at spoluck dot ca
GCC build triplet: x86_64-linux-gnu
GCC host triplet: x86_64-linux-gn