Opened 12 years ago
Closed 12 years ago
#4848 closed Bugs (fixed)
Non existing header includes
| Reported by: | Katie Chan | Owned by: | Hartmut Kaiser |
|---|---|---|---|
| Milestone: | Component: | wave | |
| Version: | Boost Development Trunk | Severity: | Showstopper |
| Keywords: | Cc: |
Description
Universal copy & paste modification in r66505 to pass the new assert inspect rule broke /trunk/boost/wave/util/flex_string.hpp (and possibly others) by replacing
#include <boost/assert.hpp>
with
#include <boost/BOOST_ASSERT.hpp>
Note:
See TracTickets
for help on using tickets.

Fixed in r66547.