Changes between Version 1 and Version 2 of Ticket #6147, comment 13
- Timestamp:
- Aug 29, 2014, 11:58:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6147, comment 13
v1 v2 1 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 replace get_rounded_size(a, b) calls with get_rounded_size<size_type>(a, b).3 replace "get_rounded_size(a, b)" calls with "get_rounded_size<size_type>(a, b)". 4 4 5 5 Please let me know if this fixes the problem