[PATCH] D55920: A fix of __pstl namespace usage.

Louis Dionne via Phabricator reviews at reviews.llvm.org
Thu Dec 20 10:41:10 PST 2018


ldionne added a comment.

In libc++ we usually prefer mangling everything that is not explicitly intended to be part of the API. Otherwise it requires reasoning like "oh wait, this name is actually already reserved so let's save 2 characters". Consistency wins IMO.


Repository:
  rPSTL pstl

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

https://reviews.llvm.org/D55920





More information about the libcxx-commits mailing list