You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the extern "C" { ... } wrapping (and preceding comment). It's unnecessary because name-mangling is already prevented via preprocessor directives listed in src/init_from_input_file.h itself.
Remove the
extern "C" { ... }
wrapping (and preceding comment). It's unnecessary because name-mangling is already prevented via preprocessor directives listed insrc/init_from_input_file.h
itself.init-from-input-file/test/init_from_input_file/non_static_fxns/init_from_input_file_non_static_fxns_test.cpp
Lines 1 to 5 in a3a5f63
The text was updated successfully, but these errors were encountered: