Add dll export macro to format check
This commit is contained in:
parent
b1ef862832
commit
8e4751f6f7
@ -159,7 +159,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Checks validity of JSON schema built-in string format specifiers like 'date-time', 'ipv4', ...
|
* Checks validity of JSON schema built-in string format specifiers like 'date-time', 'ipv4', ...
|
||||||
*/
|
*/
|
||||||
void default_string_format_check(const std::string &format, const std::string &value);
|
void JSON_SCHEMA_VALIDATOR_API default_string_format_check(const std::string &format, const std::string &value);
|
||||||
|
|
||||||
class root_schema;
|
class root_schema;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user