tpie icon indicating copy to clipboard operation
tpie copied to clipboard

pipelining/join.h:65: 'prepare' marked 'override' but does not override any member functions

Open freekvw opened this issue 11 years ago • 2 comments

See title.

freekvw avatar Nov 03 '14 17:11 freekvw

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?

Mortal avatar Nov 03 '14 17:11 Mortal

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?

ssoelvsten avatar Jul 27 '22 10:07 ssoelvsten