Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Aug 2, 2024
1 parent 5901a3a commit 490e7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bool ok;

auto x = p.parse(argv[1], d, 0); // filename, Value, thread_num...

claujson::Value& j = d.Get();
claujson::_Value& j = d.Get();

if (!x.first) {
std::cout << "fail\n";
Expand All @@ -39,8 +39,8 @@ ok = x.first;

double sum = 0;

static const auto& _geometry = claujson::Value("geometry"sv);
static const auto& _coordinates = claujson::Value("coordinates"sv);
static const auto& _geometry = claujson::_Value("geometry"sv);
static const auto& _coordinates = claujson::_Value("coordinates"sv);

if (true && ok) {
for (int i = 0; i < 1; ++i) {
Expand Down

0 comments on commit 490e7f4

Please sign in to comment.