The boost.intrusive document mentions the use of multiple containers for storage in a single object. However, there is no example, so I made my own. Is this right to do?
If I add another container of the same type (for example, adding another DefaultList), it will result in an error. Is this intended? Why are we not allowed to use a second container of the same type?
source share