commit | 5dd1c1ebe1902fb11f75dc8f26caba52a5538a6e | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 12 16:14:27 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 12 16:53:38 2017 -0500 |
tree | 273912f05ba52f790e7d24353f37808ef18a01a7 | |
parent | 7b33777b4c9098bbd6d23ba8ef4e6434622c03d1 [diff] [blame] |
Remove decltype where unnecessary Change-Id: I0d1b9107810a3aaac1f52517b3ff220fdf567ee3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/actions.hpp b/actions.hpp index c314532..380df8b 100644 --- a/actions.hpp +++ b/actions.hpp
@@ -71,7 +71,7 @@ * to the requested value. */ template <typename T, typename U, typename V> -decltype(auto) setProperty( +auto setProperty( const char* path, const char* iface, U&& member, V&& value) {