mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add C++14 version is_signed, is_unsigned
This commit is contained in:
parent
b51e338b68
commit
ead65bf7fd
79 changed files with 310 additions and 114 deletions
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -55,7 +55,7 @@ namespace sprout {
|
|||
InputIterator1 last1, InputIterator2 last2, Compare comp, typename std::iterator_traits<InputIterator1>::difference_type n
|
||||
)
|
||||
{
|
||||
return sprout::tuples::get<2>(current) || sprout::tuples::get<0>(current) == last1 || sprout::tuples::get<1>(current) == last2 ? current
|
||||
return sprout::tuples::get<2>(current) || sprout::tuples::get<0>(current) == last1 ? current
|
||||
: sprout::detail::find_symmetric_difference_impl(
|
||||
sprout::detail::find_symmetric_difference_impl_1(
|
||||
current,
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011 RiSK (sscrisk)
|
||||
https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue