Compile error: exception specification of explicitly defaulted move assignment operator does not match the calculated one #49566
Labels
<Bug>
This needs to be fixed
[C++]
Changes (can be) made in C++. Previously named `Code`
Code: Build
Issues regarding different builds and build environments
Describe the bug
Compiling with clang 8.0 on Ubuntu 16.04 gives the following compile error:
Steps To Reproduce
origin/master
on Ubuntu 16.04make -j8 RELEASE=1 TILES=1 CLANG=1 ASTYLE=0 USE_HOME_DIR=1 SOUND=1 LINTJSON=0 NOOPT=0 RUNTESTS=0
Expected behavior
Compiles happily without errors.
Versions and configuration
Other notes
I suspect this is some sort of STL shenanigans like we saw in #48482.
The text was updated successfully, but these errors were encountered: