-
- Downloads
Properly determine return values
By using decltype(auto) we can also handle returned references. Unfortunately some constexpr qualifiers have to be dropped because they are not supproted with gcc-4.9
Please register or sign in to comment