|
|
@@ -59,6 +59,8 @@ public:
|
|
|
Validator(schema::Node const & schema, ValidationConfig const & cfg = {})
|
|
|
: schema_(schema), cfg_(cfg) {}
|
|
|
|
|
|
+ template <typename... Args> Validator(schema::Node &&, Args &&...) = delete;
|
|
|
+
|
|
|
/**
|
|
|
* @brief Run validation on the given JSON
|
|
|
*
|