diff options
author | AlexSm <[email protected]> | 2023-12-22 17:10:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-22 17:10:22 +0100 |
commit | 148f920350c60c0ca2d89b637a5aea9093eee450 (patch) | |
tree | 6314b1433dac833398c333731e83f0ad77e81a0b /contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp | |
parent | 7116d46ae7c0259b5f9d489de263f8701e432b1c (diff) |
Library import 2 (#639)
Diffstat (limited to 'contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp')
-rw-r--r-- | contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp b/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp index 2e4c532c356..075e4aebb9a 100644 --- a/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp +++ b/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp @@ -3,7 +3,9 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#define BOOST_PROGRAM_OPTIONS_SOURCE +#ifndef BOOST_PROGRAM_OPTIONS_SOURCE +# define BOOST_PROGRAM_OPTIONS_SOURCE +#endif #include <boost/program_options/config.hpp> #define BOOST_UTF8_BEGIN_NAMESPACE \ |