Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no matching function for call to 'to_char' #72

Open
yurivict opened this issue Nov 15, 2024 · 0 comments
Open

no matching function for call to 'to_char' #72

yurivict opened this issue Nov 15, 2024 · 0 comments

Comments

@yurivict
Copy link

Build breaks:

/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/src/bdsqr.cc:29:18: error: no matching function for call to 'to_char'
   29 |     char uplo_ = to_char( uplo );
      |                  ^~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:184:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Sides' for 1st argument
  184 | inline char to_char( Sides value )
      |             ^        ~~~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:251:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Norm' for 1st argument
  251 | inline char to_char( Norm value )
      |             ^        ~~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:342:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Job' for 1st argument
  342 | inline char to_char( Job value )
      |             ^        ~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:533:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'JobSchur' for 1st argument
  533 | inline char to_char( JobSchur value )
      |             ^        ~~~~~~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:597:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Sort' for 1st argument
  597 | inline char to_char( Sort value )
      |             ^        ~~~~~~~~~~

Version: 2024.10.26
clang-19
FreeBSD 14.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant