Boost logo

Boost Users :

From: Aaron Griffin (aaronmgriffin_at_[hidden])
Date: 2005-10-14 16:00:52


On 10/14/05, D. R. Evans <N7DR_at_[hidden]> wrote:
> Using VC++ 6.0 on XP Service Pack 2. I would appreciate any gentle pointers
> as to what I might be doing wrong.

Technically, Visual Studio 6 does not support real C++ - it's lacking
in alot of thing, namely in the template area.

> c:\boost\boost_1_33_0\boost\date_time\gregorian\formatters.hpp(34) : error
> C2977: 'date_formatter' : too many template arguments

Too many template arguments... self explainatory. VS6 can't handle
all the template args.

I'd suggest using a compiler that has a hope of compiling standard c++.

If you don't want to pay for VS.NET, there's always mingw and devc++
(among alot of others)


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net