aboutsummaryrefslogtreecommitdiff
path: root/include/cstddef
diff options
context:
space:
mode:
Diffstat (limited to 'include/cstddef')
-rw-r--r--include/cstddef1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cstddef b/include/cstddef
index 48317ba0063e..4a6b16e186b8 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;}