Skip to content

Type traits improvements, etl::visit fix, removed unused macro

Compare
Choose a tag to compare
@jwellbelove jwellbelove released this 22 Dec 20:16
· 860 commits to master since this release

#648 Improve is_constructible, is_copy_constructible, is_move_constructible for type traits with default definitions
#645 Avoid 'missing return statement at end of non-void function' in etl::visit<>().
Removed unused ETL_USE_MEM_BUILTINS option