$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-08-18 08:09:40
When compiling boost/smart_ptr.hpp, because of:
#if !defined( BOOST_NMEMBER_TEMPLATES ) /* old name for compatibility */
\
&& !defined( BOOST_NO_MEMBER_TEMPLATES ) \
&& !defined( BOOST_NO_MEMBER_TEMPLATE_FRIENDS )
I get:
boost/smart_ptr.hpp:117: Invalid token in expression
boost/smart_ptr.hpp:182: Invalid token in expression
This is due to the use of non Unix endline convention
and to the fact that Netscape does no conversion when
I download the file.
I want to warn everyone here that you should convert
boost/smart_ptr.hpp before compiling it. They can use
dos2unix for this purpose.
-- Valentin Bonnard