Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ql/qldefines.hpp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#include <boost/config.hpp>
#include <boost/version.hpp>
#if BOOST_VERSION < 104800
// Intentionally reject unsupported Boost versions during preprocessing.
// cppcheck-suppress preprocessorErrorDirective
#error using an old version of Boost, please update.
#endif
#if !defined(BOOST_ENABLE_ASSERT_HANDLER)
Expand Down
Loading