author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:27:01 +0100 | |
branch | Symbian2 |
changeset 3 | e1b950c65cb4 |
parent 2 | epoc32/include/stdapis/boost/type_traits/aligned_storage.hpp@2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
|
williamr@2 | 2 |
// Copyright (C) John Maddock 2005. |
williamr@2 | 3 |
// Use, modification and distribution are subject to the Boost Software License, |
williamr@2 | 4 |
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
williamr@2 | 5 |
// http://www.boost.org/LICENSE_1_0.txt). |
williamr@2 | 6 |
// |
williamr@2 | 7 |
// See http://www.boost.org/libs/type_traits for most recent version including documentation. |
williamr@2 | 8 |
|
williamr@2 | 9 |
#ifndef BOOST_TT_ALIGNED_STORAGE_HPP_INCLUDED |
williamr@2 | 10 |
# define BOOST_TT_ALIGNED_STORAGE_HPP_INCLUDED |
williamr@2 | 11 |
# include <boost/aligned_storage.hpp> |
williamr@2 | 12 |
#endif // BOOST_TT_ALIGNED_STORAGE_HPP_INCLUDED |
williamr@2 | 13 |