[SVN r50422]
This commit is contained in:
John Maddock
2009-01-01 10:23:10 +00:00
parent 840a4ce2f5
commit d2be09791d

View File

@ -29,7 +29,7 @@
#include <cstring>
#include <cstdio>
#if defined(BOOST_NO_STDC_NAMESPACE)
#if defined(BOOST_NO_STDC_NAMESPACE) || defined(__NetBSD__)
namespace std{
# ifndef BOOST_NO_SWPRINTF
using ::swprintf;