]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/example/meta_hs/README
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / example / meta_hs / README
1 Haskell-like functional EDSL for template metafunctions.
2 This example contains two programs. Both of them define and execute a few
3 template metaprograms. One of the do it by using Boost.MPL directly, while the
4 other one defines the template metaprograms using the EDSL.