id summary reporter owner description type status milestone component version severity resolution keywords cc 6164 Add a function to dynamic_bitset to test and set Chris Kingsley acharles "I often use an idiom: if (!dynBitset.test(pos)) { dynBitset.set(pos); // do a once-only operation It would be nice to have something like: if (!dynBitset.test_set(pos)) { // do a once-only operation Yes, it could be done by saving a temporary reference, but this form is compact and easy to understand." Feature Requests closed Boost 1.56.0 dynamic_bitset Boost 1.48.0 Not Applicable fixed