@@ -417,7 +417,7 @@ inline copy_parameters_t<3>& copy_parameters_t<3>::set_endpoint_untyped(
417417
418418template <>
419419template <typename T>
420- inline copy_parameters_t <2 >& copy_parameters_t <2 >::set_endpoint(
420+ copy_parameters_t <2 >& copy_parameters_t <2 >::set_endpoint(
421421 endpoint_t endpoint,
422422 context::handle_t context_handle,
423423 T * ptr,
@@ -429,7 +429,7 @@ inline copy_parameters_t<2>& copy_parameters_t<2>::set_endpoint(
429429
430430template <>
431431template <typename T>
432- inline copy_parameters_t <2 >& copy_parameters_t <2 >::set_endpoint(
432+ copy_parameters_t <2 >& copy_parameters_t <2 >::set_endpoint(
433433 endpoint_t endpoint,
434434 T * ptr,
435435 array::dimensions_t <2 > dimensions)
@@ -498,7 +498,7 @@ inline copy_parameters_t<3>& copy_parameters_t<3>::set_context(endpoint_t endpoi
498498
499499template <>
500500template <typename T>
501- inline copy_parameters_t <3 >& copy_parameters_t <3 >::set_endpoint(
501+ copy_parameters_t <3 >& copy_parameters_t <3 >::set_endpoint(
502502 endpoint_t endpoint,
503503 context::handle_t context_handle,
504504 T *ptr,
@@ -510,7 +510,7 @@ inline copy_parameters_t<3>& copy_parameters_t<3>::set_endpoint(
510510
511511template <>
512512template <typename T>
513- inline copy_parameters_t <3 >& copy_parameters_t <3 >::set_endpoint(
513+ copy_parameters_t <3 >& copy_parameters_t <3 >::set_endpoint(
514514 endpoint_t endpoint,
515515 T *ptr,
516516 array::dimensions_t <3 > dimensions)
@@ -534,7 +534,7 @@ inline copy_parameters_t<3>& copy_parameters_t<3>::clear_rest() noexcept
534534
535535template <>
536536template <typename T>
537- inline copy_parameters_t <2 > ©_parameters_t <2 >::set_extent(dimensions_type extent_in_elements) noexcept
537+ copy_parameters_t <2 > ©_parameters_t <2 >::set_extent(dimensions_type extent_in_elements) noexcept
538538{
539539 WidthInBytes = extent_in_elements.width * sizeof (T);
540540 Height = extent_in_elements.height ;
0 commit comments