Compare commits

...

3 Commits

Author SHA1 Message Date
nobody 92056411b0 This commit was manufactured by cvs2svn to create tag
'Version_1_33_0'.

[SVN r30532]
2005-08-12 03:25:34 +00:00
Jeff Garland 757b5fb3cf Fix problem with localtime_r and Borland
[SVN r30376]
2005-08-02 13:52:44 +00:00
nobody f91a6391ad This commit was manufactured by cvs2svn to create branch 'RC_1_33_0'.
[SVN r30300]
2005-07-28 18:22:24 +00:00
+1 -1
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