We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the pagmo2 wiki!
While developing use this line to format your code before committing. (use it from the pagmo2 dir)
git ls-files | grep -E "\.(in|h|hpp|cpp)$" | grep -vE "external" | xargs clang-format -i