Moved utility\swap to the trunk, as discussed in trac issue #2056.

[SVN r47093]
This commit is contained in:
Joseph Gauterin
2008-07-05 11:16:38 +00:00
committed by Andrey Semashev
parent db06972ba3
commit a3d73aed75
16 changed files with 881 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
// Copyright (c) 2007 Joseph Gauterin
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Tests that the swap header compiles as a standalone translation unit
#include <boost/utility/swap.hpp>
// Copyright (c) 2007 Joseph Gauterin
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Tests that the swap header compiles as a standalone translation unit
#include <boost/utility/swap.hpp>