Update of /cvsroot/boost/boost/boost/type_traits
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3215
Modified Files:
type_with_alignment.hpp alignment_of.hpp
Log Message:
Disambiguated certain constructs.
Index: type_with_alignment.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/type_traits/type_with_alignment.hpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- type_with_alignment.hpp 7 Oct 2005 14:26:38 -0000 1.28
+++ type_with_alignment.hpp 8 Jun 2006 01:47:33 -0000 1.29
@@ -192,11 +192,11 @@
template <std::size_t Align>
class type_with_alignment
{
- typedef detail::lower_alignment<Align> t1;
+ typedef ::boost::detail::lower_alignment<Align> t1;
typedef typename mpl::if_c<
::boost::detail::is_aligned< ::boost::alignment_of<t1>::value,Align
>::value
, t1
- , detail::max_align
+ , ::boost::detail::max_align
>::type align_t;
BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
Index: alignment_of.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/type_traits/alignment_of.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- alignment_of.hpp 7 Oct 2005 14:26:38 -0000 1.6
+++ alignment_of.hpp 8 Jun 2006 01:47:33 -0000 1.7
@@ -51,7 +51,7 @@
{
BOOST_STATIC_CONSTANT(std::size_t, value =
(::boost::detail::alignment_logic<
- sizeof(detail::alignment_of_hack<T>) - sizeof(T),
+ sizeof(::boost::detail::alignment_of_hack<T>) - sizeof(T),
sizeof(T)
>::value));
};
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs