From: Debian Qt/KDE Maintainers Date: Tue, 15 Nov 2016 19:34:19 +0000 (+0000) Subject: qt-everywhere-opensource-src-4.8.5-QTBUG-22829 X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-15+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96b4d93a8df3ef9d106d594bf584c9e93e043b1d;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;