Source

Target

Commits (1)
Showing with 1 addition and 1 deletion
......@@ -95,7 +95,7 @@ inline bool isinf(double x) { return !finite(x) && !isnand(x); }
#endif
#if OS(OPENBSD)
#if OS(OPENBSD) && __cplusplus < 201103L
namespace std {
......