This is the mail archive of the gcc-patches@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]

[C++] [PATCH] - Nested namespace defintions


Hi all,

would be nice to have nested namespace definitions in gcc. I'm not
sure if this if it's possible to merge stuff like this at this stage.

2015-2-13 Andrea Azzarone <azzaronea@gmail.com>
  PR c++/65047

  * gcc/cp/cp-tree.h Declare maybe_warn_cpp1z.
  * gcc/cp/error.c Define maybe_warn_cpp1z.
  * gcc/cp/parser.c (cp_parser_namespace_definition) Add support for
nested namespace definitions.

I did a full boostrap + full make check.

Thanks.

-- 
Andrea Azzarone

Attachment: nested-namespace.diff
Description: Text document


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