Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
hana.hpp
1#ifndef ZEN_HANA_HPP
2#define ZEN_HANA_HPP
3
4#include "boost/hana.hpp"
5#include "zen/config.hpp"
6
7ZEN_NAMESPACE_START
8
9namespace hana = boost::hana;
10
11ZEN_NAMESPACE_END
12
13#endif // of #ifndef ZEN_HANA_HPP