$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Fawcett (michael.fawcett_at_[hidden])
Date: 2007-05-11 10:55:48
On 5/11/07, storri_at_[hidden] <storri_at_[hidden]> 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