2
0
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:
Oliver Kowalke
2015-04-30 09:55:54 +02:00

View File

@@ -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