forked from boostorg/type_traits
Fixed case sensitivity of is_POD.hpp header name.
[SVN r15982]
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#include "boost/preprocessor/tuple/to_list.hpp"
|
||||
#include "boost/preprocessor/cat.hpp"
|
||||
#include "boost/type_traits/alignment_of.hpp"
|
||||
#include "boost/type_traits/is_pod.hpp"
|
||||
#include "boost/type_traits/is_POD.hpp"
|
||||
#include "boost/static_assert.hpp"
|
||||
#include "boost/config.hpp"
|
||||
|
||||
@ -164,3 +164,4 @@ template <> struct type_with_alignment<16>{ typedef align::a16 type; };
|
||||
|
||||
#endif // BOOST_TT_TYPE_WITH_ALIGNMENT_INCLUDED
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user