Ralf W. Grosse-Kunstleve wrote: > While compiling certain Boost.Python regression tests (e.g. args.cpp) gcc 3.3 > complains about some typedefs being private. Attached is a trivial patch which > fixes the problem. OK to commit to CVS?
Yep, the patch is OK - gcc is right, and there is no point in these typedefs being private - but then the whole #ifdef section needs to be removed as well. I did both and commited it. Thanks for the report, Aleksey _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost