Closed GoogleCodeExporter closed 9 years ago
Thanks for report, showard314. Strangely, I wasn't able to reproduce the issue
with the following test case
#include "tests/cxx/direct.h"
#include <vector>
namespace NS
{
class Bar;
class Foo;
}
void foo() {
NS::Foo *f = 0;
NS::Bar *b = 0;
IndirectClass ic;
}
So I'm not sure if the issue is caused by existing forward declarations. For me
+#include "components/esm/defs.hpp"
+#include "components/esm/defs.hpp"
looks suspicious. Maybe fixes were applied to the file multiple times?
Especially that it is .hpp and included from multiple files. Do you have any
ideas?
Original comment by vsap...@gmail.com
on 10 Feb 2015 at 3:04
Ah, I wasn't using trunk fix_includes (it defaulted to system) trunk works,
thanks - please close!
Original comment by showard...@gmail.com
on 11 Feb 2015 at 2:59
OK, thanks!
Original comment by kim.gras...@gmail.com
on 11 Feb 2015 at 5:40
Original issue reported on code.google.com by
showard...@gmail.com
on 7 Feb 2015 at 3:07