Changes between Initial Version and Version 1 of Ticket #7234
- Timestamp:
- Aug 15, 2012, 5:02:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7234 – Description
initial v1 1 1 Attached a patch to remove most of the warnings below. 2 2 3 4 {{{ 3 5 ../../../boost/date_time/date.hpp:194:55: warning: extra ';' inside a class [-pedantic] 4 6 ../../../boost/date_time/date.hpp:195:67: warning: extra ';' inside a class [-pedantic] … … 30 32 ../../../boost/date_time/time_zone_base.hpp:42:24: warning: extra ';' inside a class [-pedantic] 31 33 ../../../boost/date_time/time_zone_base.hpp:43:33: warning: extra ';' inside a class [-pedantic] 32 ../../../boost/date_time/wrapping_int.hpp:37:42: warning: extra ';' inside a class [-pedantic] 34 ../../../boost/date_time/wrapping_int.hpp:37:42: warning: extra ';' inside a class [-pedantic] 35 }}} 36