mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Make json_pointer::back const (resolves #1764)
This commit is contained in:
@ -10232,7 +10232,7 @@ class json_pointer
|
||||
|
||||
@since version 3.6.0
|
||||
*/
|
||||
const std::string& back()
|
||||
const std::string& back() const
|
||||
{
|
||||
if (JSON_HEDLEY_UNLIKELY(empty()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user