felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.74k stars 110 forks source link

add missing generic_string constructors #188

Closed khng300 closed 1 year ago

khng300 commented 1 year ago

The two added constructors are necessary for the following constructors to work:

felixguendling commented 1 year ago

:tada: