#574 closed Bugs (fixed)
[boost::lambda] Compile error with libstdc++ debug mode
| Reported by: | zaufi | Owned by: | urzuga | 
|---|---|---|---|
| Milestone: | Component: | lambda | |
| Version: | None | Severity: | Problem | 
| Keywords: | Cc: | 
Description
in file boost/lambda/detail/operator_return_type_traits.hpp: line 862: #if BOOST_WORKAROUND(__GNUC__, >= 3) && _GLIBCXX_DEBUG should be #if BOOST_WORKAROUND(__GNUC__, >= 3) && defined(_GLIBCXX_DEBUG)
Change History (2)
comment:1 by , 14 years ago
| Resolution: | Fixed → fixed | 
|---|---|
| Severity: | → Showstopper | 
| Status: | assigned → closed | 
comment:2 by , 14 years ago
| Component: | None → lambda | 
|---|---|
| Severity: | Showstopper → Problem | 
  Note:
 See   TracTickets
 for help on using tickets.
    

This was fixed in [36200]