1
0
forked from fsfw/fsfw

additional tweask

This commit is contained in:
2021-01-03 14:41:54 +01:00
parent 695a767164
commit 98af84c145
3 changed files with 4 additions and 1 deletions

View File

@ -157,10 +157,12 @@ protected:
*/
ReturnValue_t commitWithoutLock() override;
#if FSFW_CPP_OSTREAM_ENABLED == 1
// std::ostream is the type for object std::cout
template <typename U>
friend std::ostream& operator<< (std::ostream &out,
const LocalPoolVariable<U> &var);
#endif
private:
};