|
|
@@ -32,10 +32,10 @@ GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3<br><a href="http://www.st
|
|
|
|
|
|
linux
|
|
|
gcc
|
|
|
-GCC 3.0
|
|
|
+GCC 3.0.1
|
|
|
g++ -c -Wall -W -I%include %source
|
|
|
g++ -o boosttmp.exe -Wall -W -I%include %source
|
|
|
-GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
|
|
|
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
|
|
|
|
|
|
linux
|
|
|
como
|
|
|
@@ -152,12 +152,19 @@ KCC -o boosttmp.exe --strict_warnings -I%include %source -lm
|
|
|
KAI<br><a href="http://www.kai.com/C_plus_plus/index.html">KCC</a><br>3.4g
|
|
|
|
|
|
solaris
|
|
|
-gcc
|
|
|
+gcc-295
|
|
|
GCC 2.95.2
|
|
|
-g++ -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
-g++ -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
+g++-2.95 -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
+g++-2.95 -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
|
|
|
|
|
|
+solaris
|
|
|
+gcc
|
|
|
+GCC 3.0.1
|
|
|
+g++ -c -ansi -Wall -W -Wno-long-long -I%include %source
|
|
|
+g++ -o boosttmp.exe -ansi -Wall -W -Wno-long-long -I%include %source
|
|
|
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
|
|
|
+
|
|
|
tru64
|
|
|
cxx
|
|
|
Compaq C++ 6.3
|