Commit 76c00926 authored by Richard Smith's avatar Richard Smith
Browse files

Ensure that checkInitIsICE is called exactly once for every variable

for which it matters.

This is a step towards separating checking for a constant initializer
(in which std::is_constant_evaluated returns true) and any other
evaluation of a variable initializer (in which it returns false).
parent a28678e2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment