Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Analysis
Merge requests
!815
Remove ifdefs for APPLE and ICC, not supported on this branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove ifdefs for APPLE and ICC, not supported on this branch
remove-icc-2018
into
2018-patches
Overview
1
Commits
2
Pipelines
1
Changes
6
Merged
Marco Cattaneo
requested to merge
remove-icc-2018
into
2018-patches
3 years ago
Overview
1
Commits
2
Pipelines
1
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
2018-patches
2018-patches (base)
and
latest version
latest version
db5e1e1d
2 commits,
3 years ago
6 files
+
1
−
41
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Phys/AnalysisPython/src/HStats.cpp
+
0
−
9
Options
@@ -9,15 +9,6 @@
* or submit itself to any jurisdiction. *
\*****************************************************************************/
// ============================================================================
#ifdef __ICC
// ============================================================================
// disable icc remark #1572: floating-point equality and inequality comparisons are unreliable
// The comparisons are meant
// ============================================================================
#pragma warning(disable:1572)
// ============================================================================
#endif
// ============================================================================
// Include files
// ============================================================================
// STD & STL
Loading