Skip to content

Instantly share code, notes, and snippets.

View raptium's full-sized avatar
😜

Hao Guan raptium

😜
View GitHub Profile
#include <iostream>
#include <stdexcept>
using std::cout;
using std::ostream;
using std::runtime_error;
struct auto_flush {
~auto_flush() {
cout << "\nflush called\n";