Error: shadowing declaration is deprecated

jicman jic at mail.com
Sat Dec 23 21:44:53 PST 2006


Greetings!

this code,

  foreach(char[] u; FPUsers)
  {

  }

results in,

Error: shadowing declaration jic.libs.FPSDK.FindUser.u is deprecated.

Will anyone explain this to me?  I tried to do a search on it, but I couldn't
anything related to this.  Found other integer arrays, but nothing about
char[].  Any help would be greatly appreciated.  Thanks.

josé



More information about the Digitalmars-d-learn mailing list