ckormanyos/wide-integer

Use nested namespaces for C++17 and higher

ckormanyos opened this issue · 0 comments

In #192 we modernized with nested namespaces. As it turns out, however, nested namespaces are a C++17 feature.

In this issue we differentiate between nested namespaces and non-nested namespaces based on the compiler version.

See also this comment