mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix type_traits/aliases.hpp
This commit is contained in:
parent
5c9e1cb991
commit
fa3851227e
1 changed files with 3 additions and 2 deletions
|
@ -158,8 +158,9 @@ namespace sprout {
|
|||
using common_type = sprout::common_type_<Types...>;
|
||||
template<typename T>
|
||||
using underlying_type = sprout::underlying_type_<T>;
|
||||
template<typename F, typename... ArgTypes>
|
||||
using result_of = sprout::result_of_<F, ArgTypes...>;
|
||||
// !!!
|
||||
//template<typename F, typename... ArgTypes>
|
||||
//using result_of = sprout::result_of_<F, ArgTypes...>;
|
||||
#endif // #if SPROUT_USE_TEMPLATE_ALIASES
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Reference in a new issue