We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a4ae4 commit 6f5bdd0Copy full SHA for 6f5bdd0
STL_Extension/include/CGAL/foreach.h
@@ -67,7 +67,7 @@ constexpr T&& make_range( T&& t )
67
#else
68
/// \ingroup PkgStlExtension
69
/// 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`.
+/// introduced with \cpp11, use it; otherwise fallback onto `BOOST_FOREACH`.
71
#define CGAL_FOREACH(A,B)
72
#endif
73
0 commit comments