#include "stream.h" #include "test_common.h" // + operator nem megy rajuk int main() { #ifdef HAVE_LITERALS stream sx = 42_s; stream sy = 42_s; compare(sx, {42ul}); compare(sy, {42l}); #else //HAVE_LITERALS std::cout<<"g++ < 4.7"<