Add tests to ensure that reference_wrapper<T> is trivially copyable. This was added...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 17 Nov 2014 15:04:46 +0000 (15:04 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 17 Nov 2014 15:04:46 +0000 (15:04 +0000)
commit5a8c46653f15350abf326fbf46d7b91cc976671d
tree7cc3d7e327010d9355d715f1bd4a9bbe4491597a
parent9743c9d88caa24abe30eb7e21aca1e74ae18f2a9
Add tests to ensure that reference_wrapper<T> is trivially copyable. This was added to C++1z with the adoption of N4277, but libc++ already implemented it as a conforming extension. No code changes were needed, just more tests.

llvm-svn: 222132
libcxx/test/utilities/function.objects/refwrap/type_properties.pass.cpp