]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/locale/include/boost/locale/boundary.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / locale / include / boost / locale / boundary.hpp
CommitLineData
7c673cae
FG
1//
2// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3//
4// Distributed under the Boost Software License, Version 1.0. (See
5// accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8#ifndef BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
9#define BOOST_LOCALE_BOUNDARY_HPP_INCLUDED
10
11#include <boost/locale/boundary/types.hpp>
12#include <boost/locale/boundary/facets.hpp>
13#include <boost/locale/boundary/segment.hpp>
14#include <boost/locale/boundary/boundary_point.hpp>
15#include <boost/locale/boundary/index.hpp>
16
17#endif
18// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4