stringify icon indicating copy to clipboard operation
stringify copied to clipboard

Try constexpr on _Names

Open menuet opened this issue 8 years ago • 2 comments

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 ?

menuet avatar Sep 20 '17 20:09 menuet

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.

asit-dhal avatar Sep 23 '17 18:09 asit-dhal

Great. Thanks.

menuet avatar Sep 24 '17 14:09 menuet