Fork me on GitHub

Ignore:
Timestamp:
Jun 6, 2018, 10:05:10 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
17d0ab8
Parents:
95e6b7a
Message:

update FastJet library to 3.3.1 and FastJet Contrib library to 1.036

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/internal/deprecated.hh

    r95e6b7a rb7b836a  
    11
    22//FJSTARTHEADER
    3 // $Id: deprecated.hh 4098 2016-03-15 16:38:22Z salam $
     3// $Id: deprecated.hh 4354 2018-04-22 07:12:37Z salam $
    44//
    5 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     5// Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
    66//
    77//----------------------------------------------------------------------
     
    3535#include "fastjet/config.h"
    3636
     37#ifndef SWIG
     38
    3739// define a deprecation macro based on the capabilities of the compiler
    3840// (as determined at configure time).
    39 #if defined(FASTJET_HAVE_CXX14_DEPRECATED)
     41#if defined(FASTJET_HAVE_CXX14_DEPRECATED) and (!defined(__FJCORE__))
    4042#define FASTJET_DEPRECATED               [[deprecated]]
    4143#define FASTJET_DEPRECATED_MSG(message)  [[deprecated(message)]]
     
    4850#endif
    4951
     52#else  // SIWG
     53#define FASTJET_DEPRECATED               
     54#define FASTJET_DEPRECATED_MSG(message)
     55#endif // SWIG
     56
     57
    5058#endif // __FASTJET_FASTJET_DEPRECATED_HH__
Note: See TracChangeset for help on using the changeset viewer.