|
|
|||
File indexing completed on 2025-12-16 09:42:51
0001 /* 0002 Copyright 2014 Glen Joseph Fernandes 0003 (glenjofe@gmail.com) 0004 0005 Distributed under the Boost Software License, Version 1.0. 0006 (http://www.boost.org/LICENSE_1_0.txt) 0007 */ 0008 #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CXX11_HPP 0009 #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CXX11_HPP 0010 0011 #include <type_traits> 0012 0013 namespace boost { 0014 namespace alignment { 0015 namespace detail { 0016 0017 using std::alignment_of; 0018 0019 } /* detail */ 0020 } /* alignment */ 0021 } /* boost */ 0022 0023 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|