14 Oct
2005
14 Oct
'05
9 p.m.
On 10/14/05, D. R. Evans
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)