Tagged Questions
1
vote
4answers
116 views
Avoiding conflicting declaration errors in typedef c++
Is there a way I can make g++ ignore or work around conflicting typedefs?
Background:
I'm writing some c++ code for the gridlab_d simulator. My model needs to connect to a c++ database, so I'm using ...