4

Well fuck you too clang

PS: If you know whats wrong, please help me... I'm going insane over this.

Comments
  • 2
    namespace issues....make sure the class is declared the namespace.
  • 0
    First error seems like a use before declare. Probably neuron.hpp includes layer.hpp before it defines Neuron.

    Second error is missing the Kraken::.
  • 0
    @configurator ya i figured that out 5 mins after i posted this. But the problem is neuron.hpp references layer.hpp and layer.hpp references neuron.hpp due to how the code works. Now I have to refactor a lot of the code.
  • 1
    I guessed as much. Because you wouldn't use Neuron without referencing neuron.hpp.

    Good luck with the refactor.
Add Comment