$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Gross (sgross_at_[hidden])
Date: 2005-04-07 09:32:56
>> When including "boost/iterator/indirect_iterator.hpp", I get:
>>
>> "/usr/local/sagedev/apis/include/boost_1_32_0/boost/detail/is_incrementa
>> ble.hpp",
>> line 56: error:
>>
>> expression must have arithmetic, enum, or pointer type
>>
>> BOOST_STATIC_CONSTANT(
>>
>> ^
>>
>> "/usr/local/sagedev/apis/include/boost_1_32_0/boost/detail/is_incrementa
>> ble.hpp",
>
> Please try compiling with -DBOOST_NO_INCLASS_MEMBER_INITIALIZATION and
let me know if that helps. If that works, I'll know just what fix to
make.
Alas, it still produces the same error message...
--Steve