File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 19
19
#include < sstream>
20
20
#include < utility>
21
21
22
- #if __cplusplus >= 201103L
23
22
#include < cstdio>
23
+ #if __cplusplus >= 201103L
24
24
25
25
#if !defined(sscanf)
26
26
#define sscanf std::sscanf
27
27
#endif
28
- # else
29
- #include < cstdio >
28
+
29
+ #endif // __cplusplus
30
30
31
31
#if defined(_MSC_VER)
32
+ #if !defined(_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES)
32
33
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
33
- #endif
34
- #endif
34
+ #endif // _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
35
+ #endif // _MSC_VER
35
36
36
37
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
37
38
// Disable warning about strdup being deprecated.
Original file line number Diff line number Diff line change 42
42
#define isfinite _finite
43
43
#endif
44
44
45
+ #if !defined(_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES)
45
46
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
46
- #endif
47
+ #endif // _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
48
+
49
+ #endif // _MSC_VER
47
50
48
51
#if defined(__sun) && defined(__SVR4) // Solaris
49
52
#if !defined(isfinite)
You can’t perform that action at this time.
0 commit comments