summaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-21 12:57:51 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-21 12:59:21 -0500
commit25d54b5102241117915d18c612ce03cde20d2c5b (patch)
tree5f5a399c3bb4e17fb35ee9a4ef943d265d9b9fc1 /types.hpp
parent6e94b65268382de661512646668d8e32ec73d755 (diff)
downloadphosphor-inventory-manager-25d54b5102241117915d18c612ce03cde20d2c5b.tar.gz
phosphor-inventory-manager-25d54b5102241117915d18c612ce03cde20d2c5b.zip
Replace std::experimental::any with std::any
This is possible and preferrable now with the switch to c++17. Change-Id: I0c314ae9a85c8c34274cc971e63b17988db31a2b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/types.hpp b/types.hpp
index 759ad6c..4160dc9 100644
--- a/types.hpp
+++ b/types.hpp
@@ -1,6 +1,5 @@
#pragma once
-#include <experimental/any>
#include <functional>
#include <map>
#include <sdbusplus/message.hpp>
@@ -14,7 +13,6 @@ namespace manager
{
class Manager;
-namespace any_ns = std::experimental;
/** @brief Inventory manager supported property types. */
using InterfaceVariantType =
OpenPOWER on IntegriCloud