ericniebler / meta

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

CI Expansion #68

Open CaseyCarter opened 5 years ago

CaseyCarter commented 5 years ago

meta's test coverage is somewhat limited (although @kedarbhat is working on adding more). range-v3 and cmcstl2 are the real meta test suite; we should incorporate them into the continuous integration testing.

kedarbhat commented 5 years ago

Tests are now available in meta.cpp in PR#66