Skip to content

Commit 6f5bdd0

Browse files
committed
overeager sed remplacement
1 parent 03a4ae4 commit 6f5bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STL_Extension/include/CGAL/foreach.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ constexpr T&& make_range( T&& t )
6767
#else
6868
/// \ingroup PkgStlExtension
6969
/// If the version of `boost` is at least 1.51 and the compiler used support range-based for loops
70-
/// introduced with \cpp11, use it; otherwise fallback onto `CGAL_FOREACH`.
70+
/// introduced with \cpp11, use it; otherwise fallback onto `BOOST_FOREACH`.
7171
#define CGAL_FOREACH(A,B)
7272
#endif
7373
#endif

0 commit comments

Comments
 (0)