Remove localtime_r functions for borland compilers.

[SVN r30374]
This commit is contained in:
Jeff Garland
2005-08-02 13:02:41 +00:00
parent 2e0211f0f8
commit 3b99d4e120

View File

@@ -135,7 +135,7 @@ namespace std {
#endif // auto-linking disabled
#if defined(BOOST_HAS_THREADS)
# if defined(_MSC_VER) || defined(__MWERKS__) || defined(__MINGW32__)
# if defined(_MSC_VER) || defined(__MWERKS__) || defined(__MINGW32__) || defined(__BORLANDC__)
//no reentrant posix functions (eg: localtime_r)
# else
# define BOOST_DATE_TIME_HAS_REENTRANT_STD_FUNCTIONS