Opened 12 years ago
Closed 8 years ago
#4227 closed Bugs (fixed)
operator safe bool
| Reported by: | Domagoj Šarić | Owned by: | Fernando Cacciola |
|---|---|---|---|
| Milestone: | Boost 1.56.0 | Component: | optional |
| Version: | Boost 1.44.0 | Severity: | Optimization |
| Keywords: | Cc: |
Description
Change History (1)
comment:1 by , 8 years ago
| Milestone: | Boost 1.43.0 → Boost 1.56.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

explicit operator bool() implemented in branch 'master'. also, forward declaring operator<<(ostream&), in order to avoid inadvertent conversion on compilers w/o explicit conversion operators.