mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
Updated Guidelines for Developers (markdown)
parent
a11f5935a4
commit
cd9cb072f9
@ -206,8 +206,8 @@ struct foo
|
||||
template <typename Point>
|
||||
inline int foo(Point const& point)
|
||||
{
|
||||
// Checking if the geometry type fulfils the concept should be done as early as possible,
|
||||
// so in the first entry point
|
||||
// Checking if the geometry type fulfils the concept should be done
|
||||
// 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