What are inline namespaces for?
C++11 allows inline namespaces, all members of which are also automatically in the enclosing namespace. I cannot think of any useful application of … Read more
C++11 allows inline namespaces, all members of which are also automatically in the enclosing namespace. I cannot think of any useful application of … Read more