[ox/std] Fix MSVC build
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2025-07-31 00:38:26 -05:00
parent 084baa6005
commit e9a7fb1ec8

View File

@@ -19,7 +19,7 @@ namespace ox {
*/
class StringLiteral: public detail::BaseStringView {
public:
consteval StringLiteral() noexcept = default;
constexpr StringLiteral() noexcept = default;
constexpr StringLiteral(StringLiteral const &sv) noexcept = default;