forked from boostorg/core
Moved utility\swap to the trunk, as discussed in trac issue #2056.
[SVN r47093]
This commit is contained in:
committed by
Andrey Semashev
parent
dc3212c4c2
commit
d814b6425d
18
swap/test/lib_header_1.cpp
Normal file
18
swap/test/lib_header_1.cpp
Normal 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>
|
||||
Reference in New Issue
Block a user