|
||||
File indexing completed on 2024-11-15 09:34:11
0001 //----------------------------------------------------------------------------- 0002 // boost aligned_storage.hpp header file 0003 // See http://www.boost.org for updates, documentation, and revision history. 0004 //----------------------------------------------------------------------------- 0005 // 0006 // Copyright (c) 2002-2003 0007 // Eric Friedman, Itay Maman 0008 // 0009 // Distributed under the Boost Software License, Version 1.0. (See 0010 // accompanying file LICENSE_1_0.txt or copy at 0011 // http://www.boost.org/LICENSE_1_0.txt) 0012 0013 #ifndef BOOST_ALIGNED_STORAGE_HPP 0014 #define BOOST_ALIGNED_STORAGE_HPP 0015 0016 #include <boost/type_traits/aligned_storage.hpp> 0017 0018 #endif // BOOST_ALIGNED_STORAGE_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |