15 Nov
2017
15 Nov
'17
4:05 a.m.
Hi Adam,
is there any other way around/through this? I am working with a point
geometry with the same issue: the template type for dimensions is 'int' and
it would be a lot of hassle to change it.
Thanks, cheers.
Jeremy
On 4 October 2015 at 04:16, Adam Wulkiewicz
Hi,
2015-09-19 8:08 GMT+02:00 邓尧
: template
class Point {
<snip>
template
struct tag<::raptor::Point
> { typedef point_tag type;
};
Different integral types are used for tDimension in Point class and traits specializations, after changing e.g. int to std::size_t in Point class the code compiles.
Regards, Adam
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users