Skip to content

Make functions inline

Adrien Blanchet requested to merge github/fork/suvorov21/main into main

Created by: suvorov21

Making all the functions inline will allow using the tool in the complicated project. E.g. when the CLI parser is used in different files. Right now in such a case "duplicate symbol" error will be frozen by the linker.

Mainly inspired by using the parser in my project xD

Merge request reports