Changes between Initial Version and Version 1 of Ticket #6147, comment 13
- Timestamp:
- Aug 29, 2014, 11:58:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6147, comment 13
initial v1 1 Without access to the platform, I can't know wh atthe problem lies. However, one alternative could be specifying the template type in get_rounded_size. That is:1 Without access to the platform, I can't know where the problem lies. However, one alternative could be specifying the template type in get_rounded_size. That is: 2 2 3 3 replace get_rounded_size(a, b) calls with get_rounded_size<size_type>(a, b).