Changes between Version 1 and Version 2 of Ticket #6147, comment 13


Ignore:
Timestamp:
Aug 29, 2014, 11:58:59 PM (8 years ago)
Author:
Ion Gaztañaga

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6147, comment 13

    v1 v2  
    11Without 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:
    22
    3 replace get_rounded_size(a, b) calls with get_rounded_size<size_type>(a, b).
     3replace "get_rounded_size(a, b)" calls with "get_rounded_size<size_type>(a, b)".
    44
    55Please let me know if this fixes the problem