mirror of https://github.com/CGAL/cgal
fix the BOOST_JOIN parse error in demos
somehow, boost/random.hpp includes boost/type_traits/has_binary_operator.hpp, and the "parse error" happens in this file (as said in the bug report) Also update the link to the official Qt bug report
This commit is contained in:
parent
3a5a65f264
commit
6b6af12353
|
|
@ -44,11 +44,14 @@
|
|||
#endif // CGAL_TEST_SUITE and NDEBUG
|
||||
|
||||
// Workaround to the following bug:
|
||||
// https://bugreports.qt.nokia.com/browse/QTBUG-22829
|
||||
// https://bugreports.qt-project.org/browse/QTBUG-22829
|
||||
#ifdef Q_MOC_RUN
|
||||
// When Qt moc runs on CGAL files, do not process
|
||||
// <boost/type_traits/has_operator.hpp>
|
||||
# define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
|
||||
// do not include <boost/random.hpp> either
|
||||
// it includes <boost/type_traits/has_binary_operator.hpp>
|
||||
# define BOOST_RANDOM_HPP
|
||||
#endif
|
||||
|
||||
// The following header file defines among other things BOOST_PREVENT_MACRO_SUBSTITUTION
|
||||
|
|
|
|||
Loading…
Reference in New Issue