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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user