Skip to content

Commit

Permalink
reorder test macros in unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kowalke committed Oct 11, 2015
1 parent df2012d commit 0166091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/boost/context/detail/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
#endif

#undef BOOST_CONTEXT_NO_EXECUTION_CONTEXT
#if defined(BOOST_NO_CXX11_DECLTYPE) || \
#if defined(BOOST_NO_CXX11_CONSTEXPR) || \
defined(BOOST_NO_CXX11_DECLTYPE) || \
defined(BOOST_NO_CXX11_DELETED_FUNCTIONS) || \
defined(BOOST_NO_CXX11_CONSTEXPR) || \
defined(BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS) || \
defined(BOOST_NO_CXX11_HDR_TUPLE) || \
defined(BOOST_NO_CXX11_LAMBDAS) || \
Expand Down
3 changes: 2 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ run test_execution_context.cpp :
cxx11_decltype
cxx11_deleted_functions
cxx11_explicit_conversion_operators
cxx11_hdr_tuple cxx11_lambdas
cxx11_hdr_tuple
cxx11_lambdas
cxx11_noexcept
cxx11_nullptr
cxx11_template_aliases
Expand Down

0 comments on commit 0166091

Please sign in to comment.