Skip to content

deBOOST: Removing BOOST dependency #150

@yanyh15

Description

@yanyh15

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

  1. 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.
  2. 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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions