25 Oct
2001
25 Oct
'01
9:19 p.m.
on 10/25/01 2:02 PM, Jim.Hyslop at jim.hyslop@leitch.com wrote:
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
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