Skip to content

Update C++ standard to C++14 and fix deprecated Boost header - #281

Open
artus-bleton wants to merge 2 commits into
cyang-kth:masterfrom
artus-bleton:master
Open

Update C++ standard to C++14 and fix deprecated Boost header#281
artus-bleton wants to merge 2 commits into
cyang-kth:masterfrom
artus-bleton:master

Conversation

@artus-bleton

Copy link
Copy Markdown
  • Set CMAKE_CXX_STANDARD to 14 to ensure compatibility with Boost.Geometry
  • Boost >= 1.73 requires C++14 or higher to compile Boost.Geometry components (#error "Use C++14 or higher to compile Boost.Geometry, or use Boost 1.72 or lower.")
  • Replaced deprecated Boost include: <boost/function_output_iterator.hpp> → <boost/iterator/function_output_iterator.hpp>

@artus-bleton

Copy link
Copy Markdown
Author

forgetted to put c++14 in README.md

- Set CMAKE_CXX_STANDARD to 14 to ensure compatibility with Boost.Geometry
- Boost >= 1.73 requires C++14 or higher to compile Boost.Geometry components
  (#error "Use C++14 or higher to compile Boost.Geometry, or use Boost 1.72 or lower.")
- Replaced deprecated Boost include: <boost/function_output_iterator.hpp> → <boost/iterator/function_output_iterator.hpp>
@MarAls51

Copy link
Copy Markdown

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants