var names and some minor cleanups

This commit is contained in:
gabime
2014-03-22 16:26:08 +02:00
parent 8494590fb3
commit a287bccd40
5 changed files with 23 additions and 47 deletions

View File

@@ -5,14 +5,11 @@
#include <cstring>
#include <vector>
// Fast buffer
// Fast memory storage
// stores its contents on the stack when possible, in vector<char> otherwise
// NOTE: User should be remember that returned buffer might be on the stack!!
namespace c11log
{
namespace details
{
namespace c11log { namespace details {
template<std::size_t STACK_SIZE=128>
class fast_buf