diff --git a/cpp/src/DataStorm/TraceUtil.h b/cpp/src/DataStorm/TraceUtil.h index faefb6ded92..8189bd7fa24 100644 --- a/cpp/src/DataStorm/TraceUtil.h +++ b/cpp/src/DataStorm/TraceUtil.h @@ -11,7 +11,7 @@ #include "SessionI.h" #include "TopicI.h" -// TODO: explain why we need to use namespace std here. +// Use namespace std for operator<< overloads of std types to enable ADL to find them. namespace std // NOLINT:cert-dcl58-cpp { template inline std::ostream& operator<<(std::ostream& os, const std::vector& p)