Implement the in_place tags from p0032r3.
authorEric Fiselier <eric@efcs.ca>
Sat, 23 Jul 2016 22:19:19 +0000 (22:19 +0000)
committerEric Fiselier <eric@efcs.ca>
Sat, 23 Jul 2016 22:19:19 +0000 (22:19 +0000)
commit58ad17df0f023463f4b4737325ca445ab8581e09
treec7891b7117d1a451c7050c7ffc69616941320036
parent8ab4108df201eaba5853b1e0c50b25afdc8f8cb1
Implement the in_place tags from p0032r3.

That paper also has changes to any/optional but those will
be implemented later.

llvm-svn: 276537
libcxx/include/utility
libcxx/test/std/utilities/utility/utility.inplace/inplace.pass.cpp [new file with mode: 0644]