summaryrefslogtreecommitdiff
path: root/boost/type_traits/make_unsigned.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_traits/make_unsigned.hpp')
-rw-r--r--boost/type_traits/make_unsigned.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/boost/type_traits/make_unsigned.hpp b/boost/type_traits/make_unsigned.hpp
index 4b21ebaeb2..17a8a5b929 100644
--- a/boost/type_traits/make_unsigned.hpp
+++ b/boost/type_traits/make_unsigned.hpp
@@ -124,6 +124,12 @@ public:
>::type type;
};
+#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)
+
+ template <class T> using make_unsigned_t = typename make_unsigned<T>::type;
+
+#endif
+
} // namespace boost
#endif // BOOST_TT_ADD_REFERENCE_HPP_INCLUDED