Skip to content
Snippets Groups Projects
Commit b5266122 authored by Gemma Guest's avatar Gemma Guest
Browse files

Re #19773 Fix copy-constructor warning

This commit removes a second copy constructor, which was causing a
compiler warning. The second constructor had been added to avoid a
problem where the copy constructor is hidden by a templated constructor
when the argument is non-const. The templated constructor has the
correct behaviour, though, so the second copy constructor is not
really necessary.
parent 730b92e0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment