Remove Boost Parameter Dependency
- Mentors
- sloriot, Laurent Rineau
- Organization
- CGAL Project
- Technologies
- c++
- Topics
- computational geometry
CGAL currently uses the Boost Parameter Library to provide a convenient way for users to pass parameters. However, with the evolution of C++ Standard, we would like to create our own API for passing named function parameters. To do so, we create our own API which emulates the Boost Parameter Library, while preserving the current API.