mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 21:53:58 +00:00
fix value_ref segfaulting on GCC 14
This commit is contained in:
parent
6e3ae77d63
commit
cac6d97552
@ -170,6 +170,10 @@ public:
|
|||||||
value_ref const&) = default;
|
value_ref const&) = default;
|
||||||
|
|
||||||
/// Constructor
|
/// Constructor
|
||||||
|
value_ref(
|
||||||
|
value_ref&&) = default;
|
||||||
|
|
||||||
|
/// Constructor
|
||||||
#ifdef BOOST_JSON_DOCS
|
#ifdef BOOST_JSON_DOCS
|
||||||
value_ref(string_view s) noexcept;
|
value_ref(string_view s) noexcept;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user