In file included from a.hpp:4,
from main.cpp:1:
b.hpp:8: error: expected ‘)’ before ‘*’ token
b.hpp:10: error: ISO C++ forbids declaration of ‘A’ with no type
b.hpp:10: error: expected ‘;’ before ‘*’ token
In file included from a.hpp:4:
b.hpp:8: error: expected ‘)’ before ‘*’ token
b.hpp:10: error: ISO C++ forbids declaration of ‘A’ with no type
b.hpp:10: error: expected ‘;’ before ‘*’ token
In file included from a.hpp:4,
from a.cpp:1:
b.hpp:8: error: expected ‘)’ before ‘*’ token
b.hpp:10: error: ISO C++ forbids declaration of ‘A’ with no type
b.hpp:10: error: expected ‘;’ before ‘*’ token
In file included from b.hpp:4:
a.hpp:11: error: ISO C++ forbids declaration of ‘B’ with no type
a.hpp:11: error: expected ‘;’ before ‘*’ token
In file included from b.hpp:4,
from b.cpp:1:
a.hpp:11: error: ISO C++ forbids declaration of ‘B’ with no type
a.hpp:11: error: expected ‘;’ before ‘*’ token