You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the code compiles and runs correctly, cppclean complains that:
./src/visualizations/sparkline/SparklineValue.cpp:17: 'operator<<' not found in expected header './src/visualizations/sparkline/SparklineValue.h' or any other directly #included header
Shouldn't it find the operator overloading in the header file? Or am I doing it wrong?
The text was updated successfully, but these errors were encountered:
I have a
SparklineValue.h
file which looks like that:and the corresponding
SparklineValue.cpp
:Although the code compiles and runs correctly,
cppclean
complains that:Shouldn't it find the operator overloading in the header file? Or am I doing it wrong?
The text was updated successfully, but these errors were encountered: