From: Debian Qt/KDE Maintainers Date: Sat, 5 May 2018 01:53:17 +0000 (+0100) Subject: qt-everywhere-opensource-src-4.8.5-QTBUG-22829 X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-16+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=71051b771ac85700ea700e1236f6db74900eb14b;p=qt4-x11.git qt-everywhere-opensource-src-4.8.5-QTBUG-22829 Gbp-Pq: Name qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch --- diff --git a/src/tools/moc/main.cpp b/src/tools/moc/main.cpp index 147e3f5a7..cec43e86a 100644 --- a/src/tools/moc/main.cpp +++ b/src/tools/moc/main.cpp @@ -188,8 +188,9 @@ int runMoc(int _argc, char **_argv) pp.macros["Q_MOC_RUN"]; pp.macros["__cplusplus"]; - // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829 + // Workaround a bugs while parsing some boost headers. See QTBUG-22829 pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"]; + pp.macros["BOOST_LEXICAL_CAST_INCLUDED"]; QByteArray filename; QByteArray output;