Skip to content

Instantly share code, notes, and snippets.

@yxbh
yxbh / FastFunc.hpp
Last active August 29, 2015 14:02 — forked from vittorioromeo/FastFunc.hpp
Added workarounds for Visual Studios 2013 and up. '/OPT:NOICF' linker flag required for VC++
#ifndef SSVU_FASTFUNC
#define SSVU_FASTFUNC
#include <cstring>
#include <type_traits>
#include <cassert>
#include <cstddef>
#include <memory>
#include <new>
#include <utility>