afrl-rq / OpenUxAS

Project for multi-UAV cooperative decision making
Other
53 stars 25 forks source link

Boost geometry and C++14 #90

Open lhumphrey opened 1 year ago

lhumphrey commented 1 year ago

In the Makefile in the main directory, CXX flags have been added to (1) suppress Boost deprecation warnings (that are triggering only on boost-internal headers) and (2) suppress warnings about Boost geometry needing C++14 in the future. (1) is not something we can control, but (2) will need to be addressed if we update to a newer version of Boost, since we currently compile the project with C++11 and not C++14.

lhumphrey commented 1 year ago

In the future, we could try to update the C++ version of OpenUxAS to compile with C++14, so I'm tagging this as "enhancement."