Ticket #33298: patch-src-config.h.diff
File patch-src-config.h.diff, 607 bytes (added by Russell-Jones-OxPhys (Russell Jones), 13 years ago) |
---|
-
include/CGAL/config.h
old new 26 26 #ifndef CGAL_CONFIG_H 27 27 #define CGAL_CONFIG_H 28 28 29 30 // Workaround to the following bug: 31 // https://bugreports.qt.nokia.com/browse/QTBUG-22829 32 #ifdef Q_MOC_RUN 33 // When Qt moc runs on CGAL files, do not process 34 // <boost/type_traits/has_operator.hpp> 35 # define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED 36 #endif 37 29 38 #ifdef CGAL_INCLUDE_WINDOWS_DOT_H 30 39 // Mimic users including this file which defines min max macros 31 40 // and other names leading to name clashes