$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [integer] Compilation failed in Visual Studio
From: Adam Badura (abadura_at_[hidden])
Date: 2009-09-09 11:07:13
Following simple program:
#include <boost/integer_fwd.hpp>
int main()
{
return 0;
}
does not compile in Visual Studio 2008 with Boost 1.40.0. Compilation errors
are following:
1>d:\libraries\boost_1_40_0\boost\integer_fwd.hpp(70) : error C2039:
'long_long_type' : is not a member of 'boost'
1>d:\libraries\boost_1_40_0\boost\integer_fwd.hpp(70) : error C2065:
'long_long_type' : undeclared identifier
1>d:\libraries\boost_1_40_0\boost\integer_fwd.hpp(70) : error C2913:
explicit specialization; 'boost::integer_traits' is not a specialization of
a class template
1>d:\libraries\boost_1_40_0\boost\integer_fwd.hpp(73) : error C2913:
explicit specialization; 'boost::integer_traits' is not a specialization of
a class template
Adam Badura