Squashed 'deps/nostalgia/' changes from e38b85b4..31b39982
31b39982 [keel] Fix AssetRef to call incRef on initial creation of ref, not just copy 5476417b [nostalgia] Add release notes for d2025.07.0 e03be694 Merge commit 'b67b95767b7bfcd5f618ebc8e14ddbc83edcbe36' 490c0368 [nostalgia/gfx] Add lists for file extensions a24fc407 [ox/std] Fix MSVC build git-subtree-dir: deps/nostalgia git-subtree-split: 31b39982c5ead87da1727bc1f561b945e4d1e5fb
This commit is contained in:
2
deps/ox/src/ox/std/stringliteral.hpp
vendored
2
deps/ox/src/ox/std/stringliteral.hpp
vendored
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user