stringify
stringify copied to clipboard
Try constexpr on _Names
This is not a real pull request, just a draft. This is just to share a thought about some constants (Names) that could be made constexpr. Also, I have the feeling that to_string should be built from operator<< instead of the opposite, this would be more efficient. What do you think ?
Hi, thanks for the PR.
I find it interesting and will add for C++17. At this moment, I am working on improvement related to performance and on README. So, in a month I will selectively add some of these.
Great. Thanks.