undone spurious digraph-looking sequence

This commit is contained in:
joaquintides 2017-06-04 20:16:23 +02:00
parent 434d26badd
commit d54909fce2
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* Copyright 2016 Joaquin M Lopez Munoz.
/* Copyright 2016-2017 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@ -41,7 +41,7 @@ struct hook{};
namespace std{
template<>
struct is_void<::boost::poly_collection::detail::is_callable_fallback::hook>:
struct is_void< ::boost::poly_collection::detail::is_callable_fallback::hook>:
std::false_type
{
template<typename T,typename R>

View File

@ -1,4 +1,4 @@
/* Copyright 2016 Joaquin M Lopez Munoz.
/* Copyright 2016-2017 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@ -34,7 +34,7 @@ struct hook{};
namespace std{
template<>
struct is_void<::boost::poly_collection::detail::is_final_fallback::hook>:
struct is_void< ::boost::poly_collection::detail::is_final_fallback::hook>:
std::false_type
{
template<typename T>