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

gcc-8.1 compilation issue after #19 merged #20

Closed
KineticTheory opened this issue Apr 14, 2020 · 0 comments · Fixed by #21
Closed

gcc-8.1 compilation issue after #19 merged #20

KineticTheory opened this issue Apr 14, 2020 · 0 comments · Fixed by #21

Comments

@KineticTheory
Copy link
Contributor

After #19 was merged, we are seeing the following gcc-8.1 compile error:

In file included from /home/kellyt/draco/src/experimental/mdspan:72,
                 from /home/kellyt/draco/src/experimental/test/tst_mdspan.cc:12:
/home/kellyt/draco/src/experimental/__p0009_bits/layout_stride.hpp:206:1: error: embedding a directive within macro arguments is not portable [-Werror]
 #if defined(__INTEL_COMPILER)
 ^
/home/kellyt/draco/src/experimental/__p0009_bits/layout_stride.hpp:209:1: error: embedding a directive within macro arguments is not portable [-Werror]
 #else
 ^
/home/kellyt/draco/src/experimental/__p0009_bits/layout_stride.hpp:211:1: error: embedding a directive within macro arguments is not portable [-Werror]
 #endif
 ^

cc: @brryan

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

Successfully merging a pull request may close this issue.

1 participant