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

Build error using clang #1

Open
maumueller opened this issue Jan 24, 2024 · 0 comments
Open

Build error using clang #1

maumueller opened this issue Jan 24, 2024 · 0 comments

Comments

@maumueller
Copy link

Hi! Thanks for the nice library.

Just to let you know, building your library under using clang fails with the following error

 [34%] Building CXX object src/dataset/CMakeFiles/datasetLib.dir/seedSpreader.cpp.o
clang: warning: argument unused during compilation: '-mcx16' [-Wunused-command-line-argument]
/xxxxxxx/git/ParGeo/src/dataset/seedSpreader.cpp:131:35: error: template parameter redefines default argument
template <int dim, class pointT = pargeo::point<dim>>

Just removing the redefinition makes it compile.

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