--- boost/config/workaround.hpp +++ boost/config/workaround.hpp @@ -264,6 +264,10 @@ #else #define BOOST_CLANG_VERSION_WORKAROUND_GUARD 0 #endif + +#if !defined BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD +#define BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD 0 +#endif // Always define to zero, if it's used it'll be defined my MPL: #define BOOST_MPL_CFG_GCC_WORKAROUND_GUARD 0 --- boost/locale/detail/facet_id.hpp +++ boost/locale/detail/facet_id.hpp @@ -12,7 +12,7 @@ /// \cond INTERNAL namespace boost { namespace locale { namespace detail { -#if BOOST_CLANG_VERSION >= 40900 +#if defined BOOST_CLANG_VERSION && BOOST_CLANG_VERSION >= 40900 # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wundefined-var-template" #endif @@ -25,7 +25,7 @@ struct BOOST_LOCALE_DECL facet_id { static std::locale::id id; }; -#if BOOST_CLANG_VERSION >= 40900 +#if defined BOOST_CLANG_VERSION && BOOST_CLANG_VERSION >= 40900 # pragma clang diagnostic pop #endif }}} // namespace boost::locale::detail option> LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-03-15 20:02:49 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-03-15 20:08:42 +0100
commitbe42e4e43972dc6465aa549bf06a44dac5e5376e (patch)
treed0d1207f188c23dcdd3ea4e2ea42ff68cc86ebd5
parent24942635c430cbe2051030c4393c1601b8c2e85d (diff)
update translations for 6.2.2 rc2
and force-fix errors using pocheck Change-Id: I47aa143a6e3e17927fe5d2c4bb66585d25e19f06
Diffstat