(C++) inline namespace
February 24, 2017 · View on GitHub
(C++) inline namespace
inline namespace is a keyword combination to specify a default namespace.
Use inline namespace to support versioning.
Reference
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 14.5. Advice. page 417: '[9] Use inline namespaces to support versioning'