All supported compilers provide support for variable templates now.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG1711a6ec6509: [libc++] Remove uses of _LIBCPP_HAS_NO_VARIABLE_TEMPLATES
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/selftest/test_macros.pass.cpp | ||
---|---|---|
33 | Now that this function is empty, can we just remove it and its call site in main below? |
Comment Actions
Address review comments.
libcxx/test/libcxx/selftest/test_macros.pass.cpp | ||
---|---|---|
33 | I was going to leave it as-is in case we re-add some in the future, but yeah, I agree with you. I'll remove it. |
Comment Actions
Build passed but there was an error updating the Phab status. CI has been unreliable for the past week.
Now that this function is empty, can we just remove it and its call site in main below?