You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ^
After #19 was merged, we are seeing the following gcc-8.1 compile error:
cc: @brryan
The text was updated successfully, but these errors were encountered: