mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Remove my BOOST_MPL declarations (as BOOST_MPL seems to have been removed more generally)
This commit is contained in:
parent
4992c69108
commit
d986049ed8
1 changed files with 0 additions and 12 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue