Fix msvc2017 tuple get
MSVC2017 gets confused about tuple_value::get()
(an impl detail) and tao::get<T>(tao::tuple)
, which is public API. Renamed the former to get_value to resolve the issue.
MSVC2017 gets confused about tuple_value::get()
(an impl detail) and tao::get<T>(tao::tuple)
, which is public API. Renamed the former to get_value to resolve the issue.