19 Jan
2016
19 Jan
'16
12:18 a.m.
On 14/01/2016 00:57, Niall Douglas wrote:
4. The primary use case example is something like this:
// At global scope, allocates no memory whatsoever static const constexpr static_map
map { { 5, "apple" }, { 8, "pear" }, { 0, "banana" }, ... };
This seems at least superficially similar to the enum conversion library that was discussed briefly last year. Have you taken a look at that?