lizard icon indicating copy to clipboard operation
lizard copied to clipboard

C/C++: Problem when using aggregate init and double

Open Altyrost opened this issue 4 years ago • 0 comments

Example:

struct Bar {
    double value;
}

void foo()
{
    Bar bar = {1.};
}

void bar(){}

Found func count : 1, name "foo.bar"

Altyrost avatar Jul 27 '20 13:07 Altyrost