diff options
Diffstat (limited to 'graphics/asymptote/symbolmaps.h')
-rw-r--r-- | graphics/asymptote/symbolmaps.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/asymptote/symbolmaps.h b/graphics/asymptote/symbolmaps.h index c2388e1256..19e2f3b64f 100644 --- a/graphics/asymptote/symbolmaps.h +++ b/graphics/asymptote/symbolmaps.h @@ -450,9 +450,8 @@ namespace AsymptoteLsp ExternalRefs(ExternalRefs const& exRef) = default; ExternalRefs& operator=(ExternalRefs const& exRef) = default; - ExternalRefs(ExternalRefs&& exRef) noexcept = default; - ExternalRefs& operator=(ExternalRefs&& exRef) noexcept = default; - +// ExternalRefs(ExternalRefs&& exRef) noexcept = default; +// ExternalRefs& operator=(ExternalRefs&& exRef) noexcept = default; void clear() { |