summaryrefslogtreecommitdiffstats
path: root/actions.hpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-12 16:14:27 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-12 16:53:38 -0500
commit5dd1c1ebe1902fb11f75dc8f26caba52a5538a6e (patch)
tree273912f05ba52f790e7d24353f37808ef18a01a7 /actions.hpp
parent7b33777b4c9098bbd6d23ba8ef4e6434622c03d1 (diff)
downloadphosphor-inventory-manager-5dd1c1ebe1902fb11f75dc8f26caba52a5538a6e.tar.gz
phosphor-inventory-manager-5dd1c1ebe1902fb11f75dc8f26caba52a5538a6e.zip
Remove decltype where unnecessary
Change-Id: I0d1b9107810a3aaac1f52517b3ff220fdf567ee3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'actions.hpp')
-rw-r--r--actions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions.hpp b/actions.hpp
index c314532..380df8b 100644
--- a/actions.hpp
+++ b/actions.hpp
@@ -71,7 +71,7 @@ inline auto destroyObject(const char* path)
* 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)
{
OpenPOWER on IntegriCloud