Sequence point problem?

From: Dave (better_cs_now_at_yahoo.com)
Date: 02/05/05


Date: Sat, 5 Feb 2005 13:28:10 -0700

Hello all,

Can anybody identify any sequence point problems in the expression below?

i = (i == string::npos) ? 0 : ++i;

Thanks,
Dave