Opened 8 years ago
Closed 8 years ago
#9961 closed Feature Requests (fixed)
tests for hooks not derived frorm generic_hook
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | intrusive |
Version: | Boost 1.55.0 | Severity: | Cosmetic |
Keywords: | intrusive tests | Cc: |
Description
Looking at the tests that are part of boost intrusive, I noticed that all of them use default base/member hooks derived from generic_hook
. I want to use the library in a setting with custom value traits, and those were not tested at all. I believe the current expanded tests would have caught #9940, for instance. I'm submitting these as a pull request.
Note:
See TracTickets
for help on using tickets.
SHA-1: a454d8ca4bd48cd76c5492f11ea2ce328251c684* Merge branch 'mateidavid-test-nonhook-nodes' into develop
Merged after some additional changes.