Commit ff0d3139 authored by gabime's avatar gabime

stack_buf improvement after code review

parent 057b9ce6
#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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment