Commit 8f89e3f7 authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

lib/dbus/Values: use `using` instead of `typedef`

parent fc01d11b
......@@ -44,7 +44,7 @@ namespace ODBus {
template<typename T>
struct BasicValue {
typedef TypeTraits<T> Traits;
using Traits = TypeTraits<T>;
const T &value;
explicit constexpr BasicValue(const T &_value) noexcept
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment