modern-cpp-features
modern-cpp-features copied to clipboard
Fix function call in constinit section.
The code provided does not work, since g() does not take any parameters. Fixed.
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.
Just did that and forcepushed my branch. Happy Sunday, cheers!