This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/20213] New: cassert header documentation wrong
- From: "fmhess at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Feb 2005 19:35:20 -0000
- Subject: [Bug libstdc++/20213] New: cassert header documentation wrong
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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