Skip to content
Commit c7df8e5f 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.

(cherry picked from commit 1c4eb81c and fixed for conflicts)
parent e04a1038
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