[PATCH] D65695: Implements CWG 1601 in [over.ics.rank/4.2]

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 17 03:21:48 PDT 2019


Mordante marked 4 inline comments as done.
Mordante added inline comments.


================
Comment at: clang/test/CXX/drs/dr16xx.cpp:26
 
+namespace dr1601 { // dr1601: 10 c++11
+#if __cplusplus >= 201103L
----------------
rsmith wrote:
> No need for the "c++11" marker here. (We accept fixed underlying types in C++98 as an extension, and your change applies there too.)
I will also update dr685.


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

https://reviews.llvm.org/D65695





More information about the cfe-commits mailing list