stack_buf improvement after code review

pull/5/head
gabime 11 years ago
parent 057b9ce602
commit ff0d313936

@ -1,8 +1,9 @@
#pragma once
#include <algorithm>
#include <array>
#include <vector>
#include <algorithm>
// Fast memory storage on the stack when possible or in std::vector
namespace c11log

Loading…
Cancel
Save