mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
Updated Guidelines for Developers (markdown)
parent
ef1305301b
commit
6ab14dba98
@ -207,7 +207,7 @@ template <typename Point>
|
||||
inline int foo(Point const& point)
|
||||
{
|
||||
// Checking if the geometry type fulfils the concept should be done
|
||||
// as early as possible, in this case in the first entry point
|
||||
// as early as possible, so in the first entry point
|
||||
concept::check<Point const>();
|
||||
|
||||
return dispatch::foo<Point>::apply(point);
|
||||
|
Loading…
x
Reference in New Issue
Block a user