slackbuilds/libraries/htmlcxx
Matteo Bernardini 7e9fcf18b2
libraries/htmlcxx: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build
in this case

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-30 06:55:50 +07:00
..
README
htmlcxx.SlackBuild libraries/htmlcxx: Use the C++14 standard. 2021-08-30 06:55:50 +07:00
htmlcxx.info libraries/htmlcxx: updated for version 0.87 2020-02-14 04:26:10 +07:00
slack-desc

README

htmlcxx is a simple non-validating html parser library for C++.
It allows to fully dump the original html document, character by
character, from the parse tree. It also has an intuitive tree
traversal API.