We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10e5a2 commit be189beCopy full SHA for be189be
sycl/unittests/helpers/MockDeviceImage.hpp
@@ -187,7 +187,8 @@ class MockPropertySet {
187
/// \param Name is a property name. See ur.hpp for list of known names.
188
/// \param Prop is a property value.
189
void insert(const std::string &Name, MockProperty &&Props) {
190
- insert(Name, internal::LifetimeExtender{std::vector{std::move(Props)}});
+ insert(Name, internal::LifetimeExtender{
191
+ std::vector<MockProperty>{std::move(Props)}});
192
}
193
194
/// Adds a new array of properties to the set.
0 commit comments