ericniebler / meta

A tiny metaprogramming library
Boost Software License 1.0
302 stars 47 forks source link

Changed partition to use filter (for both resulting lists). #67

Open kedarbhat opened 5 years ago

kedarbhat commented 5 years ago

Closes #52

kedarbhat commented 5 years ago

I've attached an archive with two html files generated by metabench (locally). meta_partition_current.htm refers to what one would find in meta.hpp in the master branch (in which partition uses fold). meta_partition_use_filter.htm refers to the proposed change (using filter to generate each of the lists generated by partitioning in the original list).

metabench_meta_partition.zip