Commit 91bbe2f2 authored by eirrgang's avatar eirrgang Committed by Jason Rhinelander
Browse files

Explicitly define copy/move constructors for accessor

`accessor` currently relies on an implicit default copy constructor, but that is deprecated in C++11 when a copy assignment operator is present and can, in some cases, raise deprecation warnings (see #888).  This commit explicitly specifies the default copy constructor and also adds a default move constructor.
parent 8f6c1296
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment