forked from OSchip/llvm-project
				
			|  c1d527d3d8 This patch fixes PR30260 by using a (void*) cast on the placement argument to placement new to casts away the const. See also http://llvm.org/PR30260. As a drive by change this patch also changes the header guard for <experimental/optional> to _LIBCPP_EXPERIMENTAL_OPTIONAL from _LIBCPP_OPTIONAL. llvm-svn: 280775 | ||
|---|---|---|
| .. | ||
| const_T.pass.cpp | ||
| copy.pass.cpp | ||
| default.pass.cpp | ||
| in_place_t.pass.cpp | ||
| initializer_list.pass.cpp | ||
| move.pass.cpp | ||
| nullopt_t.pass.cpp | ||
| rvalue_T.pass.cpp | ||