commit | 0f678bd69ef6428e6c75ae1b43fcf1543df63cda | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Aug 12 18:38:34 2013 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Aug 12 18:38:34 2013 +0000 |
tree | 5315ce82bdab40ab2e45d6566f6189f8cbf17f9f | |
parent | 80e19ac90f90c5f2aef3d8a6a74b3ffd342ecd0e [diff] [blame] |
Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188192 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/cstddef b/include/cstddef index c263772..7ef16ff 100644 --- a/include/cstddef +++ b/include/cstddef
@@ -56,7 +56,7 @@ #ifdef _LIBCPP_HAS_NO_NULLPTR -struct _LIBCPP_TYPE_VIS nullptr_t +struct _LIBCPP_TYPE_VIS_ONLY nullptr_t { void* __lx;