mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
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