Updated Guidelines for Developers (markdown)

Adam Wulkiewicz 2014-05-24 03:57:59 -07:00
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);