mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-19 00:46:03 +01:00
Rename compiler guard for json_pointer.hpp and correct comment after closing of namespace
This commit is contained in:
parent
05214c6630
commit
b54e0b85ae
@ -1,5 +1,5 @@
|
||||
#ifndef __VALIJSON_JSON_REFERENCE_HPP
|
||||
#define __VALIJSON_JSON_REFERENCE_HPP
|
||||
#ifndef __VALIJSON_INTERNAL_JSON_POINTER_HPP
|
||||
#define __VALIJSON_INTERNAL_JSON_POINTER_HPP
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
@ -179,7 +179,7 @@ inline AdapterType resolveJsonPointer(
|
||||
return resolveJsonPointer(rootNode, jsonPointer, jsonPointer.begin());
|
||||
}
|
||||
|
||||
} // namespace json_reference
|
||||
} // namespace json_pointer
|
||||
} // namespace internal
|
||||
} // namespace valijson
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user