modern-cpp-features icon indicating copy to clipboard operation
modern-cpp-features copied to clipboard

Fix function call in constinit section.

Open johndoe31415 opened this issue 1 year ago • 2 comments

The code provided does not work, since g() does not take any parameters. Fixed.

johndoe31415 avatar Mar 23 '25 06:03 johndoe31415

Good catch! I actually intended to call f(false) but I think using f and g separately make the example clearer. Could you also remove the parameter on f and just have it return the "constant initializer" string itself? I'd be happy to merge it after the change.

AnthonyCalandra avatar Apr 06 '25 00:04 AnthonyCalandra

Just did that and forcepushed my branch. Happy Sunday, cheers!

johndoe31415 avatar Apr 06 '25 11:04 johndoe31415