stack_buf improvement after code review

This commit is contained in:
gabime 2014-05-11 03:05:21 +03:00
parent 057b9ce602
commit ff0d313936

View File

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