[libcxx-commits] [PATCH] D127590: [libc++] Removes a GCC bug work-around.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 12 03:01:38 PDT 2022


philnik added a comment.

Why are these declarations there at all if they don't seem to be required?



================
Comment at: libcxx/include/__tree:36-39
 template <class, class, class, class> class _LIBCPP_TEMPLATE_VIS map;
 template <class, class, class, class> class _LIBCPP_TEMPLATE_VIS multimap;
 template <class, class, class> class _LIBCPP_TEMPLATE_VIS set;
 template <class, class, class> class _LIBCPP_TEMPLATE_VIS multiset;
----------------
This looks really weird.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127590



More information about the libcxx-commits mailing list