| 1 | // |
|---|---|
| 2 | // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) |
| 3 | // |
| 4 | // Distributed under the Boost Software License, Version 1.0. |
| 5 | // https://www.boost.org/LICENSE_1_0.txt |
| 6 | |
| 7 | #ifndef BOOST_LOCALE_SRC_UTIL_GREGORIAN_HPP |
| 8 | #define BOOST_LOCALE_SRC_UTIL_GREGORIAN_HPP |
| 9 | |
| 10 | #include <locale> |
| 11 | |
| 12 | namespace boost { namespace locale { namespace util { |
| 13 | |
| 14 | std::locale install_gregorian_calendar(const std::locale& in, const std::string& terr); |
| 15 | |
| 16 | }}} // namespace boost::locale::util |
| 17 | |
| 18 | #endif |
| 19 |
