25 Oct
2001
25 Oct
'01
9:02 p.m.
Duane Murphy [SMTP:duanemurphy@mac.com] 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)