$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jim.Hyslop (jim.hyslop_at_[hidden])
Date: 2001-10-25 16:02:57
Duane Murphy [SMTP:duanemurphy_at_[hidden]] wrote:
> I noticed that array.hpp uses
> 
> #ifndef BOOST_ARRAY_HPP
> #define BOOST_ARRAY_HPP
> ..
> #endif
> 
> and array_traits.hpp uses:
> 
> #if !defined(BOOST_ARRAY_HPP)
> #define BOOST_ARRAY_HPP 1
> .. 
> #endif
> 
> This means that you cant use them both at the same time? The first one
wins?
> 
> These are certainly similar classes but they dont seem to collide. 
> 
> Is this a subtle bug or intentional?
Hi, Duane.
I don't know the answer, but I've cc'd this to the Boost developer's list.
Someone there should have an answer ;-)
-- Jim Hyslop (moderator, Boost-Users group)