mirror of
https://github.com/boostorg/date_time.git
synced 2026-01-30 19:52:18 +00:00
Remove localtime_r functions for borland compilers.
[SVN r30374]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user