boostorg / describe

A C++14 reflection library
https://boost.org/libs/describe
69 stars 24 forks source link

Add enum_from_string overload that doesn't require the string to be null-terminated #41

Closed grisumbras closed 1 year ago

grisumbras commented 1 year ago

The current API requires copying the string if it's a part of larger input.