Skip to content
Commit 1c4eb81c authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed warning with recent clang++

The warning is visible with clang 9.0 -Wdeprecated as:

warning: definition of implicit copy constructor for 'Invalid' is deprecated because it has a user-declared destructor

Notice that the copy constructors were removed here: fdf1a882, and this commmits
appears also in v2.5 and v2.6.

This fix should be probably backported to v2.5 and v2.6.
parent 3189a832
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