|
|
@@ -218,14 +218,14 @@ win32
|
|
|
cygwin
|
|
|
GCC under cygwin
|
|
|
g++ -c -ftemplate-depth-40 -I%include %source
|
|
|
-g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
|
|
|
+g++ -o boosttmp.exe -ftemplate-depth-40 -I%include %source
|
|
|
GNU <a href="http://gcc.gnu.org/">GCC</a><br>2.95.2-6<br><a href="http://sources.redhat.com/cygwin/">Cygwin</a> 1.1.7
|
|
|
|
|
|
//win32
|
|
|
//gcc-stlport-debug
|
|
|
//GCC under cygwin with STLport 4.0
|
|
|
-//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
|
|
|
-//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
|
|
|
+//g++ -c -ftemplate-depth-40 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
|
|
|
+//g++ -o boosttmp.exe -ftemplate-depth-40 "$BOOST_STLPORT_PATH/lib/" -I%include %source
|
|
|
//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
|
|
|
|
|
|
win32
|