boostorg / boostorg/icl

make ICL_IMPL_SPACE configurable, to be able to use external sets (e.g. abseil btree_set)

Open
#39 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
16
Forks
50
PR merge metrics
No merged PRs in 30d

Description

use something like:
```
#if defined(ICL_USE_BOOST_MOVE_IMPLEMENTATION)
# define ICL_IMPL_SPACE boost::container
#elif defined(ICL_USE_STD_IMPLEMENTATION)
# define ICL_IMPL_SPACE std
#elif !defined(ICL_IMPL_SPACE)
# define ICL_IMPL_SPACE std
#endif
```
in impl_config.hpp

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.