[utility/swap] Added comment to various array swapping tests, added member typedef to swap_test_template, to make the test more realistic.

[SVN r49953]
This commit is contained in:
Niels Dekker
2008-11-27 11:08:05 +00:00
parent d4b6193f94
commit 118e473a3d
3 changed files with 17 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Tests swapping an array of integers by means of boost::swap.
#include <boost/utility/swap.hpp>
#define BOOST_INCLUDE_MAIN
#include <boost/test/test_tools.hpp>