We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63e7cc1 + 0d3aacd commit 76558e1Copy full SHA for 76558e1
1 file changed
ACE/ace/OS_NS_time.inl
@@ -441,7 +441,7 @@ ACE_OS::strftime (char *s, size_t maxsize, const char *format,
441
# pragma GCC diagnostic push
442
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
443
# endif
444
- return std::strftime (s, maxsize, format, timeptr);
+ return ACE_STD_NAMESPACE::strftime (s, maxsize, format, timeptr);
445
# ifdef __GNUC__
446
# pragma GCC diagnostic pop
447
0 commit comments