1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

Make json_pointer::back const (resolves #1764)

This commit is contained in:
christian
2019-10-01 00:57:27 +02:00
parent 99d7518d21
commit 7476f5ee0c
3 changed files with 6 additions and 2 deletions

View File

@ -267,7 +267,7 @@ class json_pointer
@since version 3.6.0
*/
const std::string& back()
const std::string& back() const
{
if (JSON_HEDLEY_UNLIKELY(empty()))
{