mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 05:33:57 +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;
|
||||
|
||||
/// Constructor
|
||||
value_ref(
|
||||
value_ref&&) = default;
|
||||
|
||||
/// Constructor
|
||||
#ifdef BOOST_JSON_DOCS
|
||||
value_ref(string_view s) noexcept;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user