Update of /cvsroot/boost/boost/boost/interprocess/mem_algo/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29834/mem_algo/detail

Modified Files:
        simple_seq_fit_impl.hpp 
Log Message:
no message

Index: simple_seq_fit_impl.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- simple_seq_fit_impl.hpp     12 Jun 2007 17:07:10 -0000      1.5
+++ simple_seq_fit_impl.hpp     23 Jun 2007 12:53:01 -0000      1.6
@@ -25,8 +25,7 @@
 #include <boost/interprocess/exceptions.hpp>
 #include <boost/interprocess/detail/utilities.hpp>
 #include <boost/interprocess/detail/min_max.hpp>
-#include <boost/type_traits/alignment_of.hpp>
-#include <boost/type_traits/type_with_alignment.hpp>
+#include <boost/interprocess/detail/type_traits.hpp>
 #include <boost/interprocess/sync/scoped_lock.hpp>
 #include <algorithm>
 #include <utility>
@@ -214,7 +213,7 @@
    /*!Makes a new memory portion available for allocation*/
    void priv_add_segment(void *addr, std::size_t size);
 
-   enum { Alignment      = 
boost::alignment_of<boost::detail::max_align>::value  };
+   enum { Alignment      = detail::alignment_of<detail::max_align>::value  };
    enum { BlockCtrlBytes = detail::ct_rounded_size<sizeof(block_ctrl), 
Alignment>::value  };
    enum { BlockCtrlSize  = BlockCtrlBytes/Alignment   };
    enum { MinBlockSize   = BlockCtrlSize + Alignment  };


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to