2
0
mirror of https://github.com/boostorg/hana.git synced 2026-01-25 06:12:23 +00:00
Files
hana/test/basic_tuple/cnstr.copy.cpp
Louis Dionne 711e6de58a [basic_tuple] Use at_c instead of get_impl to access basic_tuples
This commit decouples the underlying representation of basic_tuple from many
utilities and containers in Hana. This will lead to better support for EBO and
cleaner code, however it might result in a slight compile-time pessimization
since there's one more function instantiation than using `get_impl` directly,
and we're adding 3 overloads to `at_c`.
2017-02-11 15:40:42 -08:00

2.1 KiB