alandefreitas/small

Move public traits from detail dir

Opened this issue · 0 comments

The problem

Traits such as default_inline_storage.h and is_relocatable.h are not implementation details. They should go into small/traits/...h instead.

Proposed solution

Move default_inline_storage.h and is_relocatable.h into small/traits/...h.

Alternatives I've considered

Detail directory.

Additional context

These traits got moved there for historical reasons, as they were not public at the time.