Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hlt
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
0
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
Hlt
Merge requests
!641
Remove ifdefs and link options for Windows and ICC, not supported on this branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove ifdefs and link options for Windows and ICC, not supported on this branch
removeUnsupportedCompilers-hlt2012
into
hlt2012-patches
Overview
5
Commits
2
Pipelines
0
Changes
19
All threads resolved!
Hide all comments
Merged
Marco Cattaneo
requested to merge
removeUnsupportedCompilers-hlt2012
into
hlt2012-patches
4 years ago
Overview
5
Commits
2
Pipelines
0
Changes
19
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Compare
hlt2012-patches
version 1
1c01f2ad
4 years ago
hlt2012-patches (base)
and
latest version
latest version
b4abd2f3
2 commits,
4 years ago
version 1
1c01f2ad
2 commits,
4 years ago
19 files
+
60
−
317
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
Hlt/HltBase/Event/HltCandidate.h
+
0
−
11
Options
// $Id: HltCandidate.h,v 1.8 2010-08-30 13:00:44 amazurov Exp $
// ============================================================================
#ifndef HltEvent_Candidate_H_
#define HltEvent_Candidate_H_ 1
// ============================================================================
@@ -22,15 +20,6 @@
// ============================================================================
#include
"Event/HltStage.h"
// ============================================================================
#ifdef _WIN32
// ============================================================================
// Avoid conflict of Windows macro with std::max
// ============================================================================
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
// ============================================================================
// Allocators from Gaudi
// ============================================================================
#include
"GaudiKernel/boost_allocator.h"
Loading