[Bug libstdc++/20213] New: cassert header documentation wrong
fmhess at users dot sourceforge dot net
gcc-bugzilla@gcc.gnu.org
Sat Feb 26 01:43:00 GMT 2005
The cassert header states:
* This is the C++ version of the Standard C Library header @c assert.h,
* and its contents are (mostly) the same as that header, but are all
* contained in the namespace @c std.
However, this bug report http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15771
indicates that the assert macro is (and should be) in the global namespace,
not in std.
--
Summary: cassert header documentation wrong
Product: gcc
Version: 3.3.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fmhess at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20213
More information about the Gcc-bugs
mailing list