[PATCH] D55657: [libcxx] [regex] Use distinct __regex_word on NetBSD

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 12:04:11 PST 2018


krytarowski accepted this revision.
krytarowski added a comment.
This revision is now accepted and ready to land.

OK, I got it:

`#define _CTYPE_Q        0x2000  /* Phonogram */`

from /usr/include/sys/ctype_bits.h

I propose to mention the symbol name in the description and the header. In the description is worth to mention the filename of this definition.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D55657





More information about the cfe-commits mailing list