Changes between Initial Version and Version 1 of Ticket #71, comment 4
- Timestamp:
- Jun 26, 2015, 9:19:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71, comment 4
initial v1 1 1 Another one... this may be doable by changing a define in os2.hpp for t_divide but this looks like where it should be to me: 2 {{{ 2 3 Index: boost/wave/token_ids.hpp 3 4 =================================================================== … … 12 13 #undef T_DIVIDE 13 14 #endif 14 15 }}}