Skip to content

Commit

Permalink
json_location
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 14, 2023
1 parent c7ef160 commit 0e5a801
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/jsoncons/json_location.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@

namespace jsoncons {

template <class CharT,class Allocator>
class basic_json_location;

enum class location_element_kind { root, name, index };

template <class CharT,class Allocator>
class basic_location_element
{
template <class Ch, class Allocator> friend class basic_json_location;
public:
using char_type = CharT;
using allocator_type = Allocator;
Expand Down

0 comments on commit 0e5a801

Please sign in to comment.