mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 14:01:47 +00:00
Updated Guidelines for Developers (markdown)
parent
a11f5935a4
commit
cd9cb072f9
@ -206,8 +206,8 @@ struct foo
|
|||||||
template <typename Point>
|
template <typename Point>
|
||||||
inline int foo(Point const& point)
|
inline int foo(Point const& point)
|
||||||
{
|
{
|
||||||
// Checking if the geometry type fulfils the concept should be done as early as possible,
|
// Checking if the geometry type fulfils the concept should be done
|
||||||
// so in the first entry point
|
// as early as possible, so in the first entry point
|
||||||
concept::check<Point const>();
|
concept::check<Point const>();
|
||||||
|
|
||||||
return dispatch::foo<Point>::apply(point);
|
return dispatch::foo<Point>::apply(point);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user