From 6e42a16dd6d747abc95c44fba17cff5e18ce0137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 8 Sep 2015 23:19:54 +0200 Subject: [PATCH] Add missing std:: namespace to size_t types. --- include/boost/move/detail/type_traits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/move/detail/type_traits.hpp b/include/boost/move/detail/type_traits.hpp index ab79fb1..816fdca 100644 --- a/include/boost/move/detail/type_traits.hpp +++ b/include/boost/move/detail/type_traits.hpp @@ -480,7 +480,7 @@ template struct remove_all_extents { typedef typename remove_all_extents::type type; }; -template +template struct remove_all_extents { typedef typename remove_all_extents::type type;}; @@ -1003,7 +1003,7 @@ BOOST_MOVE_ALIGNED_STORAGE_WITH_BOOST_ALIGNMENT(0x1000) #else //BOOST_NO_ALIGNMENT -template +template union aligned_union { T aligner;