Merge pull request #9018 from Chocobo1/boostDef

Revise usage of BOOST_NO_CXX11_RVALUE_REFERENCES
This commit is contained in:
Mike Tzou 2018-06-13 14:20:01 +08:00 committed by GitHub
commit fd2fc65ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 1 deletions

View file

@ -4,7 +4,6 @@ CONFIG += qt thread silent
# C++11 support
CONFIG += c++11
DEFINES += BOOST_NO_CXX11_RVALUE_REFERENCES
# Platform specific configuration
win32: include(../winconf.pri)