Details
Details
- Reviewers
ldionne Mordante var-const huixie90 - Group Reviewers
Restricted Project - Commits
- rGd3a0ac92e9ba: [libc++] Add test to ensure that type trait aliases in dependent return types…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Addres comments
libcxx/test/std/utilities/meta/meta.unary/dependent_return_type.compile.pass.cpp | ||
---|---|---|
76 | std::to_underlying isn't a type trait. I guess you mean std::underlying_type? If you mean that, it's checked below. All _t type traits should be checked here. |
libcxx/test/std/utilities/meta/meta.unary/dependent_return_type.compile.pass.cpp | ||
---|---|---|
11 |
Please add some more comment why we need to test this.