11 May
2007
11 May
'07
3:58 p.m.
On 5/11/07, storri@torri.org
wrote: Are there any special compiler flags that I need to use to build a C++ project using boost with Visual Studio 2005? I am getting a C2220 compiler error that an object cannot be created:
A C2220 error indicates you are compiling with the "Treat Warnings as Errors" flag set.
--Michael Fawcett _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Thanks for the response. I am learning to understand what they errors and warnings of Visual Studio mean. To bad I cannot use this option with the compiler to compile my project using boost to find any problems. Stephen