All Questions
1 question
1
vote
1
answer
6k
views
Using a macro for a libraries namespace?
In some code bases (such as hydra, and thrust's tuple implementation) I see namespaces defined entirely with macros. It appears the reason for this is so that you can configure the namespace to your ...