Simplify snprintf workaround usage.

Via boost/core/snprintf.hpp
Remove some obsolete workarounds.
Remove tabs in files.
Supersedes https://github.com/boostorg/regex/pull/188.
This commit is contained in:
jzmaddock
2022-12-13 18:48:10 +00:00
parent 1cad53766e
commit 430419705b
4 changed files with 21 additions and 46 deletions

View File

@@ -37,15 +37,6 @@
#pragma warning(disable:981)
#endif
#if defined(BOOST_NO_STDC_NAMESPACE) || defined(__NetBSD__)
namespace std{
# ifndef BOOST_NO_SWPRINTF
using ::swprintf;
# endif
}
#endif
namespace boost{
namespace {