mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +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...>;
|
using common_type = sprout::common_type_<Types...>;
|
||||||
template<typename T>
|
template<typename T>
|
||||||
using underlying_type = sprout::underlying_type_<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
|
#endif // #if SPROUT_USE_TEMPLATE_ALIASES
|
||||||
} // namespace sprout
|
} // namespace sprout
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue