help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

while( *it == value && it != v.end() )


From: mathieu
Subject: while( *it == value && it != v.end() )
Date: 13 Feb 2007 17:12:05 -0800
User-agent: G2/1.0

Hello,

  Just to be sure I am double-checking here.
  Is there a way to make gcc produce a warning when a code is
dereferencing an end iterator ? Or does this involve too much static
analysis ?

thanks,
-Mathieu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]