Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Boost.Nowide
replacement.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2018 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_NOWIDE_REPLACEMENT_HPP_INCLUDED
8 #define BOOST_NOWIDE_REPLACEMENT_HPP_INCLUDED
9 
11 
14 #ifndef BOOST_NOWIDE_REPLACEMENT_CHARACTER
15 #define BOOST_NOWIDE_REPLACEMENT_CHARACTER 0xFFFD
16 #endif
17 
18 #endif // boost/nowide/replacement.hpp