eedb/share/dyno.hpp
Bartosz Wieczorek 976a18cee8 add dyno
2018-01-29 13:19:38 +01:00

17 lines
425 B
C++

// Copyright Louis Dionne 2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
#ifndef DYNO_HPP
#define DYNO_HPP
#include <dyno/builtin.hpp>
#include <dyno/concept.hpp>
#include <dyno/concept_map.hpp>
#include <dyno/macro.hpp>
#include <dyno/poly.hpp>
#include <dyno/storage.hpp>
#include <dyno/vtable.hpp>
#endif // DYNO_HPP