DISTRHO / DPF

DISTRHO Plugin Framework
ISC License
670 stars 97 forks source link

Reintroduce std::string_view constructor for String #473

Open thirtythreeforty opened 1 month ago

thirtythreeforty commented 1 month ago

This reintroduces the std::string_view constructor for String which was removed in 01aca7649c1a3a5ee20a47c5ecd3cb2e29395f89. I agree that the constexpr portion of the functionality was largely broken, so this reintroduction does not declare anything constexpr.