mirror of
https://github.com/nlohmann/json.git
synced 2026-05-13 09:45:24 +00:00
Deployed 6e36c721f with MkDocs version: 1.4.2
This commit is contained in:
@@ -32,7 +32,6 @@ int main()
|
||||
json string = "foo";
|
||||
json discarded = json(json::value_t::discarded);
|
||||
|
||||
|
||||
// output values and comparisons
|
||||
std::cout << array_1 << " <=> " << array_2 << " := " << to_string(array_1 <=> array_2) << '\n'; // *NOPAD*
|
||||
std::cout << object_1 << " <=> " << object_2 << " := " << to_string(object_1 <=> object_2) << '\n'; // *NOPAD*
|
||||
|
||||
Reference in New Issue
Block a user