diff options
Diffstat (limited to 'lang/sdcc/files/patch-src_SDCCralloc.hpp')
-rw-r--r-- | lang/sdcc/files/patch-src_SDCCralloc.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/sdcc/files/patch-src_SDCCralloc.hpp b/lang/sdcc/files/patch-src_SDCCralloc.hpp deleted file mode 100644 index 5b09fe1..0000000 --- a/lang/sdcc/files/patch-src_SDCCralloc.hpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/SDCCralloc.hpp.orig 2015-02-25 10:25:50 UTC -+++ src/SDCCralloc.hpp -@@ -51,6 +51,12 @@ - #include <sstream> - #include <fstream> - -+// Workaround for boost bug #11880 -+#include <boost/version.hpp> -+#if BOOST_VERSION == 106000 -+ #include <boost/type_traits/ice.hpp> -+#endif -+ - #include <boost/graph/graphviz.hpp> - #include <boost/graph/adjacency_matrix.hpp> - #include <boost/graph/connected_components.hpp> |