mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
forward declarations to make new compilers happy
This commit is contained in:
@ -33,6 +33,12 @@ SOFTWARE.
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
|
||||||
|
/* forward declarations */
|
||||||
|
class alt_string;
|
||||||
|
bool operator<(const char* op1, const alt_string& op2);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is virtually a string class.
|
* This is virtually a string class.
|
||||||
* It covers std::string under the hood.
|
* It covers std::string under the hood.
|
||||||
|
Reference in New Issue
Block a user