Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
vittorioromeo / fastdelegatetests2.cpp
Last active March 24, 2019 10:33
fastdelegate tests
#ifndef FASTDELEGATE_H
#define FASTDELEGATE_H
#include <cstring>
#include <type_traits>
#include <cassert>
#include <cstddef>
#include <memory>
#include <new>
#include <utility>