Skip to content

Commit

Permalink
Clean up defines
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 8, 2020
1 parent 6b3ab86 commit 0366583
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ql/patterns/observable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ namespace QuantLib {
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#endif

#if !defined(BOOST_BIND_NO_PLACEHOLDERS)
#define BOOST_BIND_NO_PLACEHOLDERS
#include <boost/bind/bind.hpp>
#undef BOOST_BIND_NO_PLACEHOLDERS
#endif

#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 8)) || (__GNUC__ > 4))
#pragma GCC diagnostic pop
Expand Down

0 comments on commit 0366583

Please sign in to comment.