Skip to content

Make `Property<string>` convertible to `string_view`

This should work:

void f(std::string_view);
Gaudi::Property<std::string> prop{"abc"};
f(prop);

today we have to use f(prop.value()).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information