]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/suffix.hpp
boost: update to 1.42.0
[lyx.git] / boost / boost / config / suffix.hpp
index ca803306720dcd7156fb6e63912a3647f87bd722..fa44986946cb70aa3fc589ea6d829da072ad8a9b 100644 (file)
 #  define BOOST_HASH_MAP_HEADER <hash_map>
 #endif
 
+//
+// Set BOOST_NO_INITIALIZER_LISTS if there is no library support.
+//
+
+#if defined(BOOST_NO_0X_HDR_INITIALIZER_LIST) && !defined(BOOST_NO_INITIALIZER_LISTS)
+#  define BOOST_NO_INITIALIZER_LISTS
+#endif
+
 //  BOOST_HAS_ABI_HEADERS
 //  This macro gets set if we have headers that fix the ABI,
 //  and prevent ODR violations when linking to external libraries: