|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-04-06 05:17:40
> I'm assuming the C++ standard allows this. If anyone would be so kind as
> to point me to the appropriate section of the standard, I will report this
> to Compaq ASAP. In the mean while, I will have to define
> BOOST_NO_IS_ABSTRACT for this compiler. Is this correct?
It's a defect report:
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337
Currently it has WP status, which means it hasn't been officially published
as a standard or TC yet, but will be in either the next std or next TC
whichever comes first.
John.