Switch to fully supported C++17

This commit is contained in:
sangelovic
2020-02-01 22:58:34 +01:00
committed by Stanislav Angelovič
parent d591b69f92
commit 975f1bf07f
19 changed files with 129 additions and 192 deletions
+1 -3
View File
@@ -37,8 +37,7 @@
#include <memory>
#include <cassert>
namespace sdbus {
namespace internal {
namespace sdbus::internal {
class Object
: public IObject
@@ -173,6 +172,5 @@ namespace internal {
};
}
}
#endif /* SDBUS_CXX_INTERNAL_OBJECT_H_ */