Commit 3ad0d63
committed
[AST] Use std::bool_constant instead of std::integral_constant (NFC)
This patch replaces, std::integral_constant<bool, ...> with
std::bool_constant for brevity. Note that std::bool_constant was
introduced as part of C++17.
While I am at it, this patch uses the "_v" variants of type traits.1 parent c8b5b6e commit 3ad0d63
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9093 | 9093 | | |
9094 | 9094 | | |
9095 | 9095 | | |
9096 | | - | |
9097 | | - | |
9098 | | - | |
| 9096 | + | |
| 9097 | + | |
9099 | 9098 | | |
9100 | 9099 | | |
9101 | 9100 | | |
| |||
0 commit comments