[libcxx-commits] [PATCH] D97359: [libcxx] adds concept std::movable
    Mark de Wever via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Feb 23 23:10:19 PST 2021
    
    
  
Mordante added a comment.
I had a quick look, I'll have a closer look later.
================
Comment at: libcxx/include/concepts:330
+// [concepts.object]
+template<class T>
+concept movable =
----------------
`T` -> `_Tp`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97359/new/
https://reviews.llvm.org/D97359
    
    
More information about the libcxx-commits
mailing list