2
0
mirror of https://github.com/boostorg/core.git synced 2026-01-31 20:12:25 +00:00
Files
core/test/swap/swap_mixed_headers_2.cpp
2020-01-02 20:00:11 +02:00

13 lines
320 B
C++

// 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 headers work when both are included
#include <boost/utility/swap.hpp>
#include <boost/swap.hpp>