diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-24 00:10:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-24 00:10:03 +0200 |
| commit | b12a5c89fd8ad6b30c5bd0c782b152d5515ab669 (patch) | |
| tree | a1bb1e9c32ddf3f767f91d27e416a04c51286d9f /src | |
| parent | dd1a317773fbe1dc53b4586512c312da2d89405e (diff) | |
Delete Document copy constructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -247,6 +247,9 @@ public: Document (std::string root_name); Document (std::string root_name, boost::filesystem::path); + Document (Document const&) = delete; + Document& operator= (Document const&) = delete; + virtual ~Document (); void read_file (boost::filesystem::path); |
