This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/36660] New: pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace
- From: "antalk at chello dot hu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2008 15:05:06 -0000
- Subject: [Bug libstdc++/36660] New: pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp?revision=130805&view=markup
Closes namespace it did not open (apparently).
It has
----
} // namespace __gnu_pbds
----
without a corresponding
namespace __gnu_pbds {
-----
--
Summary: pb_ds/detail/resize_policy/sample_resize_trigger.hpp has
extra closing brace
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: antalk at chello dot hu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36660