Skip to content
Snippets Groups Projects

Remove ifdefs and link options for Windows and ICC, not supported on this branch

Merged Marco Cattaneo requested to merge removeUnsupportedCompilers-hlt2012 into hlt2012-patches
All threads resolved!
19 files
+ 60
317
Compare changes
  • Side-by-side
  • Inline
Files
19
// $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