summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2019-09-20 11:32:58 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2019-09-20 11:32:58 +0100
commitd986049ed81f6d7f45d327516c0ea67c5d89ff08 (patch)
tree33b3d1d9724edd20a3f292a7740527b0c29dba43 /msvc_extra_headers
parent4992c691080c1e56c5798aae51273a345a406550 (diff)
Remove my BOOST_MPL declarations (as BOOST_MPL seems to have been removed more generally)
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input12
1 files changed, 0 insertions, 12 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index c2e2b4d3bc..7ab3f68ddf 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -76,18 +76,6 @@ __declspec(selectany) int _forceAtlDllManifestRTM;
#endif
#endif
-#define BOOST_MPL_LIMIT_VECTOR_SIZE 30
-#ifdef NDEBUG
-/* This one needs further investigation as it's */
-/* causing errors in the MSVC Debuggable builds */
-#define BOOST_MPL_LIMIT_MAP_SIZE 30
-
-/* And this one seems dodgy in all builds (it's causing */
-/* various compile issues which change depending on the */
-/* inclusion order of our #included boost header files) */
-//#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
-#endif
-
/* 'stdint.h' conflicts with various other libraries so
let's #include stdint.h first to ensure one consistent
implementation for commonly used integer types. */