2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-26 04:42:17 +00:00
Files
hana/benchmark/list/instance/list.hpp
2014-07-16 16:26:23 -04:00

12 lines
171 B
C++

<%
def includes(n)
return <<-EOS
#include <boost/hana/list/instance.hpp>
EOS
end
def list(xs_t, xs)
return "boost::hana::list(#{xs.join(', ')})"
end
%>