21.08.2018, 19:43
Let's say I want to create an include which offers two functions, A and B. Function B, however, requires the streamer to be included. How do I check if the streamer is included?
#if !defined _inc_streamer
#include <streamer>
#endif