\bug doesn't have a title

This commit is contained in:
Marc Glisse 2019-02-04 22:38:01 +01:00
parent e0efdb3772
commit f24c875c16
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Point_d(double x0, double x1, ...);
/*! introduces a point with coordinate set `[first,end)`.
\pre If `DimensionTag` is a fixed dimension, it matches `distance(first,end)`.
\tparam ForwardIterator has its value type that is convertible to `double`.
\bug{Lazy construction} This constructor stores the iterators and may use
\bug This constructor stores the iterators and may use
them at any later time, when an exact construction is needed. This means
that if `[first,end)` points to some buffer, it has to remain alive at
least as long as the point.