Ubuntu 20 not compiling
Symptoms:
- namespace
wolf::
is prepended to many places, having e.g.wolf::wolf
andwolf::std
, etc.
Hypotheses:
- There is an
#include
inside anamespace wolf {
- Include order has changed
- Forward declarations
Tasks
-
Find the offending #include
-
Remove all implementations from .h
files
Edited by Joan Solà Ortega