mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-16 13:22:17 +00:00
Merge pull request #32 from BenjaminW3/patch-1
Remove definition of BOOST_FIBERS_USE_VARIADIC_FIBER
This commit is contained in:
@@ -42,14 +42,4 @@
|
||||
# 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