File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Framework/Core/include/Framework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2470,7 +2470,7 @@ consteval static std::string_view namespace_prefix()
24702470 _Name_& operator =(_Name_ const & other) = default ; \
24712471 \
24722472 decltype (auto ) _Getter_() const \
2473- requires (!std::same_as < _ConcreteType_, std::span<std::byte>) \
2473+ requires (!std::same_as< _ConcreteType_, std::span<std::byte>>) \
24742474 { \
24752475 static std::byte* payload = nullptr ; \
24762476 static _ConcreteType_* deserialised = nullptr ; \
@@ -2486,7 +2486,7 @@ consteval static std::string_view namespace_prefix()
24862486 } \
24872487 \
24882488 decltype (auto ) _Getter_() const \
2489- requires (std::same_as<_Concrete_Type_ , std::span<std::byte>>) \
2489+ requires (std::same_as<_ConcreteType_ , std::span<std::byte>>) \
24902490 { \
24912491 return *mColumnIterator ; \
24922492 } \
You can’t perform that action at this time.
0 commit comments