#3600 closed Bugs (fixed)
[tribool] BOOST_TRIBOOL_THIRD_STATE produces warning
| Reported by: | anonymous | Owned by: | Douglas Gregor |
|---|---|---|---|
| Milestone: | Boost 1.47.0 | Component: | logic |
| Version: | Boost 1.40.0 | Severity: | Problem |
| Keywords: | warning tribool | Cc: |
Description
#include <boost/logic/tribool.hpp> BOOST_TRIBOOL_THIRD_STATE(ignore)
leads to a compiler warning (gcc 4.2.1)
warning: unused parameter 'dummy'
(Sorry, could not find a suitable component.)
Attachments (1)
Change History (6)
comment:1 by , 13 years ago
| Component: | None → logic |
|---|---|
| Owner: | set to |
by , 13 years ago
| Attachment: | tribool.patch added |
|---|
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 12 years ago
comment:5 by , 12 years ago
| Milestone: | Boost 1.41.0 → Boost 1.47.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Patch to fix problem