comment fix

pull/5/head
gabi 11 years ago
parent 5b5ba83645
commit ec4ed98855

@ -25,7 +25,7 @@
#pragma once
// A faster-than-ostringstream class
// uses stack_buf as the underlying buffer (upto 192 bytes before using the heap)
// uses stack_buf as the underlying buffer (upto 256 bytes before using the heap)
#include <ostream>
#include <iomanip>

Loading…
Cancel
Save