[cfe-dev] Clang bugs affecting MSVC's STL (and vice versa?)

Stephan T. Lavavej via cfe-dev cfe-dev at lists.llvm.org
Wed Jan 3 16:17:43 PST 2018


[Keane, Erich]
> It seems quite a few of those require some CWG/LWG discussion, right?

Only one.

33236 (tuple_size) is the CWG/LWG issue.

33230 (__STDCPP_THREADS__) is just a bug.

33550 (default constructor) is CWG 1778 which was voted into C++14.

35028 (alignas) is just a bug, with clear Standardese.

35045 (CTAD time_point) is also just a bug AFAICT, and GCC accepts this.

35165 (string builtins for char16_t) is a compiler builtin request.

> I'm taking a look at 35028 at the moment, and might do something on 35165 if my target-mv patch keeps being stuck :)

Thanks!

STL


More information about the cfe-dev mailing list