Boost logo

Boost Users :

From: Darin Adler (darin_at_[hidden])
Date: 2001-10-25 16:19:58


on 10/25/01 2:02 PM, Jim.Hyslop at jim.hyslop_at_[hidden] wrote:

> 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

>> Is this a subtle bug or intentional?

It's a bug.

I'll fix it in cvs right now.

The array_traits.hpp predates array.hpp, and is still marked "beta", but I
love it, use it a lot, and wish it wasn't marked "beta". Maybe I should take
it through the formal review process.

    -- Darin


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net