We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3006926 commit d742a03Copy full SHA for d742a03
test/unittest/schematest.cpp
@@ -2038,6 +2038,11 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
2038
class SchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
2039
SchemaDocument** collection;
2040
2041
+ SchemaDocumentProvider(const SchemaDocumentProvider&) {
2042
+ }
2043
+ SchemaDocumentProvider& operator=(const SchemaDocumentProvider&) {
2044
2045
+
2046
public:
2047
SchemaDocumentProvider(SchemaDocument** collection) : collection(collection) { }
2048
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeType length) {
0 commit comments