tpie
tpie copied to clipboard
pipelining/join.h:65: 'prepare' marked 'override' but does not override any member functions
See title.
Hm... The code doesn't seem to be wrong. source_impl<dest_t> derives from source_base which derives from node. Maybe the override keyword is only applicable when the method is in a direct base class?
Since join_test is part of test_pipelining.cpp and that one has no compiler warnings regarding this, I would assume this can be closed due to updates in the C++ compilers?