boostorg / static_string

A fixed capacity dynamically sized string
http://boost.org/libs/static_string
Boost Software License 1.0
63 stars 29 forks source link

segmentation fault with zero sized string #41

Closed ivan-volnov closed 1 year ago

ivan-volnov commented 1 year ago

Hello. Thank you for the great library!

Found an error.

To reproduce:

    boost::static_strings::static_string<0> a;
    auto b = a;
alandefreitas commented 1 year ago

Thanks, Ivan! I'll have a look.