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

[Fix][#471] Fixes weird Intel compiler bug #472

Merged
merged 1 commit into from
Jan 23, 2021

Conversation

dmed256
Copy link
Member

@dmed256 dmed256 commented Jan 21, 2021

Description

Fixes #471 by inlining length()

@dmed256 dmed256 force-pushed the fix/weird-intel-compiler-bug branch from a8f78e3 to 7cdd158 Compare January 22, 2021 00:43
@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #472 (7cdd158) into main (e4c7e4f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #472   +/-   ##
=======================================
  Coverage   75.36%   75.37%           
=======================================
  Files         260      260           
  Lines       19607    19607           
=======================================
+ Hits        14777    14778    +1     
+ Misses       4830     4829    -1     
Impacted Files Coverage Δ
include/occa/functional/array.hpp 88.04% <100.00%> (ø)
src/occa/internal/lang/specialMacros.cpp 60.92% <0.00%> (+0.66%) ⬆️

@dmed256 dmed256 merged commit 3f995b7 into main Jan 23, 2021
@dmed256 dmed256 deleted the fix/weird-intel-compiler-bug branch January 23, 2021 15:54
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 this pull request may close these issues.

Intel compiler does not like that line...
1 participant