Skip to content
Commit d2232e68 authored by Konstantin Varlamov's avatar Konstantin Varlamov
Browse files

[libc++] Initialize all member variables of `__state` in `<regex>`

This is to prevent a GCC warning (
https://github.com/llvm/llvm-project/issues/65132). It looks like
`__at_first` is always assigned before it's used, but all other member
variables of this struct are initialized in the constructor, so there is
no reason not to initialize `__at_first` as well.

Differential Revision: https://reviews.llvm.org/D159249
parent be601928
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment