Opened 13 years ago
Closed 12 years ago
#3159 closed Bugs (fixed)
Classic Spirit test needs to undefine NDEBUG to validate behaviour
| Reported by: | Sohail Somani | Owned by: | Joel de Guzman |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | spirit |
| Version: | Boost 1.39.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The test symbols_add_null.cpp needs to undef NDEBUG if it is defined because it depends on BOOST_SPIRIT_ASSERT throwing an exception. A patch is attached.
Attachments (1)
Change History (2)
by , 13 years ago
| Attachment: | spirit_test.diff added |
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [64543]) Spirit: fixed #3159: Classic Spirit test needs to undefine NDEBUG to validate behaviour