-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This is a long term goal. This ticket is used to keep note as we find out how to do that when we go through the refactoring process
- Replaced BOOST_FOREACH with C++11 range-based "for", see a29d5fc and we will need to do the same in other places where BOOST_FOREACH is used.
- Some of the BOOST features have become recent C++ standard, e.g. the boost.filesystem library now becomes C++17, we might want to update to use standard C++17, but this will bump the requirement of C++ compiler for compiling. We will need to look into details if we consider doing this.
Reactions are currently unavailable