mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-11 10:03:59 +00:00
remove unnecessary code
This commit is contained in:
parent
59fa680cb5
commit
1f9db0f1d1
1 changed files with 0 additions and 12 deletions
|
@ -87,18 +87,6 @@ namespace sprout {
|
||||||
struct is_const_iterator_cast_convertible<From*, To*>
|
struct is_const_iterator_cast_convertible<From*, To*>
|
||||||
: public std::is_same<typename std::remove_const<From>::type, typename std::remove_const<To>::type>
|
: public std::is_same<typename std::remove_const<From>::type, typename std::remove_const<To>::type>
|
||||||
{};
|
{};
|
||||||
|
|
||||||
// //
|
|
||||||
// // pointer_add_const
|
|
||||||
// //
|
|
||||||
// template<typename T>
|
|
||||||
// struct pointer_add_const
|
|
||||||
// : public std::add_const<T>
|
|
||||||
// {};
|
|
||||||
// template<typename T>
|
|
||||||
// struct pointer_add_const<T*>
|
|
||||||
// : public sprout::identity<typename std::add_const<T>::type*>
|
|
||||||
// {};
|
|
||||||
} // namespace sprout
|
} // namespace sprout
|
||||||
|
|
||||||
namespace sprout_adl {
|
namespace sprout_adl {
|
||||||
|
|
Loading…
Add table
Reference in a new issue