[libcxx-commits] [PATCH] D96477: [libcxx] adds remaining callable concepts

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 6 00:28:53 PDT 2021


curdeius added inline comments.


================
Comment at: libcxx/include/concepts:83-86
   // [concept.boolean], concept boolean
   template<class B>
     concept boolean = see below;
 
----------------
Also, concept `boolean` is not present in the standard. Please remove it from the synopsis.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96477/new/

https://reviews.llvm.org/D96477



More information about the libcxx-commits mailing list