I want to get the numpunct <char> face for the native locale. I can create my own local object by building an object with an empty string std::locale native_loc(""), but as soon as I get it, how do I get it numpunct? The documentation I found does not really show the relationship between the two.
source
share