trac 7188 c4127 warning in the equal function.

This commit is contained in:
Neil Groves
2014-03-03 15:00:42 +00:00
parent 42a7f0c70c
commit ea6ca22e3f

View File

@ -31,7 +31,7 @@ namespace boost
IteratorCategoryTag1,
IteratorCategoryTag2 )
{
while (true)
for (;;)
{
// If we have reached the end of the left range then this is
// the end of the loop. They are equal if and only if we have
@ -71,7 +71,7 @@ namespace boost
IteratorCategoryTag1,
IteratorCategoryTag2 )
{
while (true)
for (;;)
{
// If we have reached the end of the left range then this is
// the end of the loop. They are equal if and only if we have