[PATCH] D54485: [libcxx] Implement P0318R1: unwrap_ref_decay and unwrap_reference

Eric Fiselier via Phabricator reviews at reviews.llvm.org
Tue Nov 13 21:21:29 PST 2018


EricWF added inline comments.


================
Comment at: libcxx/include/utility:619
 
-#ifndef _LIBCPP_CXX03_LANG
+namespace __detail {
+    template <class _Tp>
----------------
ldionne wrote:
> This is hardly the "right" place to implement this, however this is the only way I could find not to create another header.
Meh. Just put it where it fits best.




Repository:
  rCXX libc++

https://reviews.llvm.org/D54485





More information about the libcxx-commits mailing list