[ox/std] Fix MSVC build

(synced from a24fc407c5)
This commit is contained in:
2025-07-31 00:38:26 -05:00
parent 2aa7284fe9
commit 097be333a3
+1 -1
View File
@@ -19,7 +19,7 @@ namespace ox {
*/ */
class StringLiteral: public detail::BaseStringView { class StringLiteral: public detail::BaseStringView {
public: public:
consteval StringLiteral() noexcept = default; constexpr StringLiteral() noexcept = default;
constexpr StringLiteral(StringLiteral const &sv) noexcept = default; constexpr StringLiteral(StringLiteral const &sv) noexcept = default;