Loading libs/vr/libpdx/private/pdx/rpc/variant.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -292,7 +292,7 @@ union Union<First, Rest...> { template <typename T> template <typename T> T& get(TypeTag<T>) { T& get(TypeTag<T>) { return rest_.template get(TypeTag<T>{}); return rest_.get(TypeTag<T>{}); } } template <typename T> template <typename T> const T& get(TypeTag<T>) const { const T& get(TypeTag<T>) const { Loading @@ -300,7 +300,7 @@ union Union<First, Rest...> { } } template <typename T> template <typename T> constexpr std::int32_t index(TypeTag<T>) const { constexpr std::int32_t index(TypeTag<T>) const { return 1 + rest_.template index(TypeTag<T>{}); return 1 + rest_.index(TypeTag<T>{}); } } template <typename... Args> template <typename... Args> Loading Loading
libs/vr/libpdx/private/pdx/rpc/variant.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -292,7 +292,7 @@ union Union<First, Rest...> { template <typename T> template <typename T> T& get(TypeTag<T>) { T& get(TypeTag<T>) { return rest_.template get(TypeTag<T>{}); return rest_.get(TypeTag<T>{}); } } template <typename T> template <typename T> const T& get(TypeTag<T>) const { const T& get(TypeTag<T>) const { Loading @@ -300,7 +300,7 @@ union Union<First, Rest...> { } } template <typename T> template <typename T> constexpr std::int32_t index(TypeTag<T>) const { constexpr std::int32_t index(TypeTag<T>) const { return 1 + rest_.template index(TypeTag<T>{}); return 1 + rest_.index(TypeTag<T>{}); } } template <typename... Args> template <typename... Args> Loading