Endian: Rename endian_io.hpp -> endian_binary_stream.hpp for consistency. Add binary_stream_test, miscellaneous polish.

git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@51783 b8fc166d-592f-0410-95f2-cb63ce0dd405
This commit is contained in:
bemandawes
2009-03-15 13:28:43 +00:00
parent 815bdaabcd
commit 8ddc12967c
9 changed files with 543 additions and 135 deletions
+3 -4
View File
@@ -1,13 +1,12 @@
// binary_test.cpp -------------------------------------------------------------------//
// binary_stream_test.cpp ------------------------------------------------------------//
// Copyright Beman Dawes, 2009
// Copyright Beman Dawes 2009
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
#include <boost/binary_stream.hpp>
#include <boost/cstdint.hpp>
#include <cstring>
#include <string>
#include <iostream>
#include <sstream>