X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fdocstring.cpp;h=496d4c0242202014e0d85f7d98cd6a5f47b1d2f0;hb=69726b832b4ed1859d5c9e753c4437c98f5f2966;hp=f44259d349335623789c34d891bd4d6a72aa3f36;hpb=6a30211fef7beda0a91966b42ecfa4631953b776;p=lyx.git diff --git a/src/support/docstring.cpp b/src/support/docstring.cpp index f44259d349..496d4c0242 100644 --- a/src/support/docstring.cpp +++ b/src/support/docstring.cpp @@ -273,7 +273,7 @@ template<> char ctype::do_narrow(const lyx::char_type, char) const { return 0; } template<> const lyx::char_type * ctype::do_narrow(const lyx::char_type *, const lyx::char_type *, char, char *) const { return 0; } -} +} // namespace std namespace lyx { @@ -514,7 +514,7 @@ protected: return do_put_helper(oit, b, fill, v); } -#ifdef _GLIBCXX_USE_LONG_LONG +#ifdef LYX_USE_LONG_LONG iter_type do_put(iter_type oit, ios_base & b, char_type fill, long long v) const { @@ -675,7 +675,7 @@ protected: return do_get_integer(iit, eit, b, err, v); } -#ifdef _GLIBCXX_USE_LONG_LONG +#ifdef LYX_USE_LONG_LONG iter_type do_get(iter_type iit, iter_type eit, ios_base & b, ios_base::iostate & err, long long & v) const @@ -820,6 +820,6 @@ namespace { /// make sure that our facets get used static locale_initializer initializer; -} -} +} // namespace +} // namespace lyx #endif