Opened 17 years ago
Closed 17 years ago
#554 closed Bugs (Rejected)
wave method visibility issue...
Reported by: | uber_lexx_ | Owned by: | Hartmut Kaiser |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
in wave's cpp_context.hpp file the lines 188 and following look something like this #if !defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS) protected: /* stuff */ #endif /* helper methods */ if i've read this correctly, if BOOST_NO_MEMBER_TEMPLATE_FRIENDS is declared, then the helper method's visibility is public, otherwise it is protected. since i could find no reason why the helper methods should be public, i think you may want to put the protected before the #if !definded(...). br, alexander floh ps: if i'm completely wrong i apologize for bothering you ;)
Note:
See TracTickets
for help on using tickets.