Commit 8d83c0b2 authored by gabime's avatar gabime

small clean

parent a287bccd
#pragma once
#include <cstddef>
#include <utility>
#include <cstring>
#include <array>
#include <vector>
#include <algorithm>
// Fast memory storage
// stores its contents on the stack when possible, in vector<char> otherwise
......
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