[libcxx-commits] [PATCH] D112319: [NFC][libcxx] Clean up std::__call_once

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 1 11:28:08 PST 2021


Quuxplusone added a comment.

Still looks like "big ugly diff but probably harmless" to me. Needs more attention from not-me.
Also, your three new `static const` should probably be `static _LIBCPP_CONSTEXPR const` just for consistency with everywhere else we do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112319



More information about the libcxx-commits mailing list