[libcxx-commits] [PATCH] D120905: [demangler] Add operator precedence

Frederik Gossen via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 29 10:49:20 PDT 2022


frgossen added a comment.

It's wrapping the function args. I think it's just the space that confused me. Here's the example for completeness.

std::enable_if<sizeof (int) == 4, int>::type func<int>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120905



More information about the libcxx-commits mailing list