When building in debug mode with visual studio 2015 there is an error at line 265. the current line is assert( seam_edges.count(d) or FT(f,v) == d_tc ); should this not be assert( seam_edges.count(d) || FT(f,v) == d_tc ); Cheers,