// expected-error@base/containers/enum_set.h:198 {{shift count >= width of type}}todo: Figure out if this is okay
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
// expected-error@base/containers/enum_set.h:198 {{shift count >= width of type}}todo: Figure out if this is okay
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if consteval {This is shorter on the lhs, maybe keep this? Is there a benefit to changing this?
[Discussion thread](https://groups.google.com/a/chromium.org/g/cxx/c/1e90vNHYVFc)Do you think we should paste jdoerrie's reply verbatim here? I.e. insert
```
This removes a bit gotcha with std::is_constant_evaluated(), which needs to be used with a runtime if (rather than constexpr if) to be meaningful: https://en.cppreference.com/w/cpp/types/is_constant_evaluated.html#Notes
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
This is shorter on the lhs, maybe keep this? Is there a benefit to changing this?
Done
[Discussion thread](https://groups.google.com/a/chromium.org/g/cxx/c/1e90vNHYVFc)Do you think we should paste jdoerrie's reply verbatim here? I.e. insert
```
This removes a bit gotcha with std::is_constant_evaluated(), which needs to be used with a runtime if (rather than constexpr if) to be meaningful: https://en.cppreference.com/w/cpp/types/is_constant_evaluated.html#Notes
```
Done, added this to Description above
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+joedow@ for //remoting
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[styleguide] Allow if consteval
https://groups.google.com/a/chromium.org/g/cxx/c/1e90vNHYVFc
And migrate some usages of std::is_constant_evaluated.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |