3 Oct
2015
3 Oct
'15
5:16 p.m.
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