mirror of
https://github.com/boostorg/hana.git
synced 2026-02-21 15:12:21 +00:00
7 lines
204 B
C++
7 lines
204 B
C++
<%= render('_main.erb') {
|
|
<<-EOS
|
|
#include <boost/hana/detail/constexpr.hpp>
|
|
#include <boost/hana/list.hpp>
|
|
BOOST_HANA_CONSTEXPR_LAMBDA auto partition = boost::hana::partition;
|
|
EOS
|
|
} %> |