File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6862
6862
it has reference or const-qualified integral or enumeration type.
6863
6863
6864
6864
\pnum
6865
- A constant-initialized potentially-constant variable is
6865
+ A constant-initialized potentially-constant variable $ V $ is
6866
6866
\defn {usable in constant expressions} at a point $ P$ if
6867
- its initializing declaration $ D$ is reachable from $ P$ and
6867
+ $ V $ 's initializing declaration $ D$ is reachable from $ P$ and
6868
6868
\begin {itemize }
6869
- \item it is constexpr,
6870
- \item it is not initialized to a TU-local value, or
6869
+ \item $ V $ is constexpr,
6870
+ \item $ V $ is not initialized to a TU-local value, or
6871
6871
\item $ P$ is in the same translation unit as $ D$ .
6872
6872
\end {itemize }
6873
6873
An object or reference is \defn {usable in constant expressions} if it is
You can’t perform that action at this time.
0 commit comments