|
|
@@ -13,7 +13,7 @@ namespace jvalidate {
|
|
|
class ValidationResult {
|
|
|
public:
|
|
|
// Only allow ValidationVisitor to construct the elements of a validation result
|
|
|
- template <Adapter A, RegexEngine RE> friend class ValidationVisitor;
|
|
|
+ template <Adapter, RegexEngine> friend class ValidationVisitor;
|
|
|
|
|
|
using DocPointer = detail::Pointer;
|
|
|
using SchemaPointer = detail::Pointer;
|