]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/uuid/test/compile_string_generator.cpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / uuid / test / compile_string_generator.cpp
CommitLineData
7c673cae
FG
1// (C) Copyright Andy Tompkins 2010. Permission to copy, use, modify, sell and
2// distribute this software is granted provided this copyright notice appears
3// in all copies. This software is provided "as is" without express or implied
4// warranty, and with no claim as to its suitability for any purpose.
5
6// Distributed under the Boost Software License, Version 1.0. (See
7// accompanying file LICENSE_1_0.txt or copy at
8// http://www.boost.org/LICENSE_1_0.txt)
9
10// Purpose to make sure that a translation unit consisting of just the contents
11// of the header file will compile successfully.
12
13#include <boost/uuid/string_generator.hpp>