simplify comment

This commit is contained in:
conrad
2025-02-10 12:03:26 +10:00
parent 08a15ab6d2
commit 0bea1b2f4d
+2 -2
View File
@@ -7668,7 +7668,7 @@ inline
void_ptr
ptr_cast(blas_int (*function)(const T*, const T*, const T*))
{
// TODO: investigate replacement of union-based conversion with method based on std::memcpy() or C++20 bit_cast
// TODO: investigate replacement of union-based conversion
union converter
{
@@ -7691,7 +7691,7 @@ inline
void_ptr
ptr_cast(blas_int (*function)(const std::complex<T>*, const std::complex<T>*))
{
// TODO: investigate replacement of union-based conversion with method based on std::memcpy() or C++20 bit_cast
// TODO: investigate replacement of union-based conversion
union converter
{