Markus Werle wrote:
There is something wrong with the config.
Obviously the code should use the
BOOST_MPL_AUX_VALUE_WKND(C)::value
but it seems the output of my configure run is not
included.
...
result of configure run (user.hpp):
...
//
// options added by configure:
//
#define BOOST_MSVC6_
There is something wrong with the config.
Obviously the code should use the
BOOST_MPL_AUX_VALUE_WKND(C)::value
but it seems the output of my configure run is not
included.
I thought
make CXXFLAGS="\
-DBOOST_SITE_CONFIG=/opt/FREE-SOFTWARE/boost-1.30.0/libs/config/user.hpp
-DBOOST_NO_COMPILER
Markus Werle wrote:
A resolution with which g++ is happy again is:
struct if_
{
private:
enum { value = static_cast(C::value) };
typedef if_c<
value
, T1
, T2
> almost_type_;
etc.
Does this solution have any impact on compilation time?
Most probably. I haven'