mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 10:28:37 +00:00
This changeset introduces new metaprogramming utilities typically found in <type_traits> in C++11. Co-authored-by: Kim Barrett <kim.barrett@oracle.com> Reviewed-by: kbarrett, rehn, pliden