fix value_ref segfaulting on GCC 14

This commit is contained in:
Dmitry Arkhipov 2024-08-22 22:56:43 +10:00
parent 6e3ae77d63
commit cac6d97552

View File

@ -170,6 +170,10 @@ public:
value_ref const&) = default;
/// Constructor
value_ref(
value_ref&&) = default;
/// Constructor
#ifdef BOOST_JSON_DOCS
value_ref(string_view s) noexcept;
#else