• Software
  • I2c_Codec.h and reference to "next" ?

hi, i'm now allowed to name a variable "next" and it seems to be because of the I2c_codec.h. I'm not using "using" anywhere though, and haven't been able to locate what "next" refers to in I2c_Codec.h.. any ideas?

best
søren

there is a using namespace std in include/I2c.h which is #included from I2c_Codec.h which is the likely root of the problem. I will take that out, but ... why do you have to include I2c_Codec.h in the first place?