diff options
Diffstat (limited to 'include/cstddef')
-rw-r--r-- | include/cstddef | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cstddef b/include/cstddef index 48317ba..4a6b16e 100644 --- a/include/cstddef +++ b/include/cstddef @@ -62,6 +62,7 @@ struct _LIBCPP_VISIBLE nullptr_t struct __nat {int __for_bool_;}; + _LIBCPP_ALWAYS_INLINE nullptr_t() {} _LIBCPP_ALWAYS_INLINE nullptr_t(int __nat::*) {} _LIBCPP_ALWAYS_INLINE operator int __nat::*() const {return 0;} |