additional clarification comment

This commit is contained in:
Robin Müller 2020-06-03 23:26:27 +02:00
parent 5b93799ea6
commit 0a512abc33
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
// Unfortunately, there must be a forward declaration of the log front end
// (MUST be defined in main), to let the system know where to write to.
// The ServiceInterfaceStream instances (declared below and instantiated in main)
// can be passed to these front ends by passing their underlying buffers
// with .rdbuf()
namespace sif {
extern std::ostream debug;
extern std::ostream info;