Issues
- 2
clang 10.0 compiler error
#77 opened by gabyx - 0
Tests do not compile with Clang 10+ because of `-Wxor-used-as-pow` (enabled by default)
#80 opened by b1ackviking - 0
- 1
- 3
it seems that meta::transpose does not work
#56 opened by qqsunkist - 3
runtime meta::visit would be nice
#57 opened by gabyx - 1
Early abortion in for_each possible?
#70 opened by gabyx - 1
why does meta::for_each use a CTOR?
#58 opened by gabyx - 2
Transform interface wrong?
#59 opened by rrahn - 1
CI Expansion
#68 opened by CaseyCarter - 1
Concepts and meta::lambda
#65 opened by CaseyCarter - 0
Sync-up meta.cpp
#64 opened by CaseyCarter - 2
Does this library support MSVC?
#53 opened by henriksjostrom - 5
why use meta instead of boost::hana?
#55 opened by gabyx - 6
partition is slow
#52 opened by ldionne - 3
Does __make_integer_seq intrinsic make it possible to implement meta::take in O(1)?
#39 opened by ericniebler - 1
Link is not valid
#51 opened by eldiener - 10
MSVC2013 support?
#23 opened by rpavlik - 0
pack expansion vexations
#44 opened by ericniebler - 5
Unable to compile
#43 opened by soulslicer - 1
Fix travis-ci
#40 opened by ericniebler - 2
Namespace collision
#36 opened by pawelswoboda - 4
Request for interest in the equivalent of std::is_callable<Fn(Args...), R> in Meta
#35 opened by viboes - 8
- 0
defer_trait is inconsistent with quote_trait
#31 opened by ericniebler - 0
find_indices (enhancement)
#33 opened by gabyx - 5
- 20
Something is wrong with the meta travis builds
#26 opened by gnzlbg - 0
Think about reverting the change that made defer<...>::type evaluate recursively
#20 opened by ericniebler - 2
Integrate self-recursive lambdas
#19 opened by ericniebler - 7
- 1
Merge variadic lambda
#15 opened by ericniebler - 13
Add count, count_if, and let
#13 opened by ericniebler - 0
Rename `list_element` to `at`
#11 opened by anders-sjogren