vm::ptr conversion operator fixed

This commit is contained in:
Nekotekina 2015-06-15 04:22:01 +03:00
parent 93dcd704c5
commit b7d967361d
3 changed files with 32 additions and 25 deletions

View file

@ -695,7 +695,7 @@ public:
return *this;
}
//template<typename CT> operator std::enable_if_t<std::is_convertible<type, CT>::value, CT>() const
//template<typename CT, std::enable_if_t<std::is_convertible<type, CT>::value>> operator CT() const
//{
// return value();
//}