diff --git a/boost/endian/detail/cover_operators.hpp b/boost/endian/detail/cover_operators.hpp index 2d63ac4..9d0b2f8 100644 --- a/boost/endian/detail/cover_operators.hpp +++ b/boost/endian/detail/cover_operators.hpp @@ -1,4 +1,4 @@ -// boost/integer/cover_operators.hpp ----------------------------------------// +// boost/endian/detail/cover_operators.hpp ----------------------------------// // Copyright Darin Adler 2000 // Copyright Beman Dawes 2008 diff --git a/boost/endian/types.hpp b/boost/endian/types.hpp index 91a389f..8876025 100644 --- a/boost/endian/types.hpp +++ b/boost/endian/types.hpp @@ -1,4 +1,4 @@ -// Boost endian.hpp header file -------------------------------------------------------// +// boost/endian/types.hpp ------------------------------------------------------------// // (C) Copyright Darin Adler 2000 // (C) Copyright Beman Dawes 2006, 2009 @@ -33,7 +33,7 @@ #include #define BOOST_MINIMAL_INTEGER_COVER_OPERATORS #define BOOST_NO_IO_COVER_OPERATORS -#include +#include #undef BOOST_NO_IO_COVER_OPERATORS #undef BOOST_MINIMAL_INTEGER_COVER_OPERATORS #include diff --git a/libs/endian/example/endian_example.cpp b/libs/endian/example/endian_example.cpp index 23da48a..b252434 100644 --- a/libs/endian/example/endian_example.cpp +++ b/libs/endian/example/endian_example.cpp @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include diff --git a/libs/endian/example/endian_hello_world.cpp b/libs/endian/example/endian_hello_world.cpp index 9482071..69429ed 100644 --- a/libs/endian/example/endian_hello_world.cpp +++ b/libs/endian/example/endian_hello_world.cpp @@ -9,8 +9,8 @@ #include -#include -#include +#include +#include #include using namespace boost; diff --git a/libs/endian/test/Jamfile.v2 b/libs/endian/test/Jamfile.v2 index 601561d..366b6ae 100644 --- a/libs/endian/test/Jamfile.v2 +++ b/libs/endian/test/Jamfile.v2 @@ -11,7 +11,7 @@ test-suite "endian" : - [ run binary_stream_test.cpp ] + [ run ../../io/test/bin_manip_test.cpp ] [ run endian_test.cpp ] [ run endian_operations_test.cpp : : : gcc:-Wno-sign-compare ] diff --git a/libs/endian/test/endian-in-sandbox/binary_stream_example/binary_stream_example.vcxproj b/libs/endian/test/endian-in-sandbox/binary_stream_example/binary_stream_example.vcxproj index b17f084..769e0ae 100644 --- a/libs/endian/test/endian-in-sandbox/binary_stream_example/binary_stream_example.vcxproj +++ b/libs/endian/test/endian-in-sandbox/binary_stream_example/binary_stream_example.vcxproj @@ -10,10 +10,14 @@ Win32 + + + {06736C67-6305-4A9F-8D10-850FD0CE907D} Win32Proj binary_stream_example + bin_manip_example @@ -75,9 +79,6 @@ true - - - diff --git a/libs/endian/test/endian-in-sandbox/binary_stream_test/binary_stream_test.vcxproj b/libs/endian/test/endian-in-sandbox/binary_stream_test/binary_stream_test.vcxproj index 35e43da..f4fca44 100644 --- a/libs/endian/test/endian-in-sandbox/binary_stream_test/binary_stream_test.vcxproj +++ b/libs/endian/test/endian-in-sandbox/binary_stream_test/binary_stream_test.vcxproj @@ -10,6 +10,9 @@ Win32 + + + {1382D085-FF3F-4573-8709-E10D3D74D620} binary_stream_test @@ -84,9 +87,6 @@ MachineX86 - - - diff --git a/libs/endian/test/endian_in_union_test.cpp b/libs/endian/test/endian_in_union_test.cpp index bebebed..71e04ca 100644 --- a/libs/endian/test/endian_in_union_test.cpp +++ b/libs/endian/test/endian_in_union_test.cpp @@ -13,7 +13,7 @@ #include -#include +#include #include #include diff --git a/libs/endian/test/endian_operations_test.cpp b/libs/endian/test/endian_operations_test.cpp index 25914c9..94ce9bf 100644 --- a/libs/endian/test/endian_operations_test.cpp +++ b/libs/endian/test/endian_operations_test.cpp @@ -28,7 +28,7 @@ # pragma warning( disable : 4389 ) // signed/unsigned mismatch #endif -#include +#include #include #include #include diff --git a/libs/endian/test/endian_test.cpp b/libs/endian/test/endian_test.cpp index 2dc71b7..20ff0e6 100644 --- a/libs/endian/test/endian_test.cpp +++ b/libs/endian/test/endian_test.cpp @@ -18,7 +18,7 @@ #include -#include +#include #include #include #include