Opened 12 years ago
Closed 12 years ago
#4836 closed Bugs (fixed)
merge optional::swap changes to the release branch
Reported by: | Eric Niebler | Owned by: | Fernando Cacciola |
---|---|---|---|
Milestone: | To Be Determined | Component: | optional |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | optional swap | Cc: |
Description
It seems like boost::optional
has a swap
member function on trunk but not on release, and it's been this way for a few releases already. Can we get this inconsistency resolved? I've been bitten by it a few times already when merging things to the release branch.
Note:
See TracTickets
for help on using tickets.
Fixed in revision [67183].