undone spurious digraph-looking sequence
This commit is contained in:
parent
434d26badd
commit
d54909fce2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user