Skip to content

Commit

Permalink
Manually revert accidental commit of tentative CUDA changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Jan 11, 2016
1 parent c526c89 commit 0bbffe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/type_traits/common_type.hpp
Expand Up @@ -18,7 +18,7 @@
#include <boost/type_traits/detail/common_type_impl.hpp>
#endif

#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !BOOST_WORKAROUND(__CUDACC_VER__, < 70500)
#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
#include <boost/type_traits/detail/mp_defer.hpp>
#endif

Expand All @@ -27,7 +27,7 @@ namespace boost

// variadic common_type

#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !BOOST_WORKAROUND(__CUDACC_VER__, < 70500)
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)

template<class... T> struct common_type
{
Expand Down

0 comments on commit 0bbffe0

Please sign in to comment.