Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.20
-
Labels:
Description
See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1094r2.html
In C++20
namespace A::inline B::C { int i; }
has the same effect as
namespace A { inline namespace B { namespace C { int i; } } }
So probably RSPEC-5812 can be extended.
Attachments
Issue Links
- implements
-
RSPEC-5812 Concise syntax should be used for concatenatable namespaces
- Active