Ensure the use of C++17 standard for Poppler >= 21.12 #44
Merged
SlavekB
merged 1 commits from feat/ensure-c++17-for-poppler-21.12
into master
3 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feat/ensure-c++17-for-poppler-21.12'
Deleting a branch is permanent. It CANNOT be undone. Continue?
According to changelog Poppler >= 21.12 requires standard C++17. In order to ensure the use of the necessary standard so that it is independent on default C++ standard of compiler,
CXX_FEATURES
are added.Looks good
3c91935132
into master 3 months agoReviewers
3c91935132
.