Blame boost/aligned_storage.hpp

Packit 58578d
//-----------------------------------------------------------------------------
Packit 58578d
// boost aligned_storage.hpp header file
Packit 58578d
// See http://www.boost.org for updates, documentation, and revision history.
Packit 58578d
//-----------------------------------------------------------------------------
Packit 58578d
//
Packit 58578d
// Copyright (c) 2002-2003
Packit 58578d
// Eric Friedman, Itay Maman
Packit 58578d
//
Packit 58578d
// Distributed under the Boost Software License, Version 1.0. (See
Packit 58578d
// accompanying file LICENSE_1_0.txt or copy at
Packit 58578d
// http://www.boost.org/LICENSE_1_0.txt)
Packit 58578d
Packit 58578d
#ifndef BOOST_ALIGNED_STORAGE_HPP
Packit 58578d
#define BOOST_ALIGNED_STORAGE_HPP
Packit 58578d
Packit 58578d
#include <boost/type_traits/aligned_storage.hpp>
Packit 58578d
Packit 58578d
#endif // BOOST_ALIGNED_STORAGE_HPP