Fork me on GitHub

Ignore:
Timestamp:
Mar 25, 2021, 9:55:59 AM (3 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
master
Children:
13331dc
Parents:
5eda6767
Message:

update FastJet library to 3.3.4 and FastJet Contrib library to 1.045

File:
1 edited

Legend:

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

    r5eda6767 rcb80e6f  
    11
    22//FJSTARTHEADER
    3 // $Id: deprecated.hh 4354 2018-04-22 07:12:37Z salam $
     3// $Id: deprecated.hh 4442 2020-05-05 07:50:11Z soyez $
    44//
    5 // Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     5// Copyright (c) 2005-2020, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
    66//
    77//----------------------------------------------------------------------
     
    3939// define a deprecation macro based on the capabilities of the compiler
    4040// (as determined at configure time).
    41 #if defined(FASTJET_HAVE_CXX14_DEPRECATED) and (!defined(__FJCORE__))
     41#if defined(FASTJET_HAVE_CXX14_DEPRECATED) && (!defined(__FJCORE__))
    4242#define FASTJET_DEPRECATED               [[deprecated]]
    4343#define FASTJET_DEPRECATED_MSG(message)  [[deprecated(message)]]
Note: See TracChangeset for help on using the changeset viewer.