2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-02 08:52:07 +00:00

define BOOST_FIBERS_USE_VARIADIC_FIBER

This commit is contained in:
Oliver Kowalke
2014-07-10 19:46:31 +02:00
parent cff7bc7ea5
commit cdb855cbf8

View File

@@ -42,5 +42,14 @@
# define BOOST_FIBERS_SEGMENTS 10
#endif
#if ! defined(BOOST_NO_SFINAE_EXPR) && \
! defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && \
! defined(BOOST_NO_CXX11_DECLTYPE) && \
! defined(BOOST_NO_CXX11_DECLTYPE_N3276) && \
! defined(BOOST_NO_CXX11_AUTO) && \
! defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \
! defined(BOOST_NO_CXX11_HDR_TUPLE)
# define BOOST_FIBERS_USE_VARIADIC_FIBER
#endif
#endif // BOOST_FIBERS_DETAIL_CONFIG_H