This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/36660] New: pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]