Fork me on GitHub

Changeset 2d7ff18 in git


Ignore:
Timestamp:
May 22, 2019, 9:15:52 AM (5 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
Timing, llp
Children:
83ee320
Parents:
2116fdf
Message:

disable auto_ptr in FastJet library

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/update_fastjet.sh

    r2116fdf r2d7ff18  
    99
    1010cd fastjet-${version}
    11 ./configure --enable-allcxxplugins
     11./configure --enable-allcxxplugins --disable-auto-ptr
    1212cd -
    1313
  • external/fastjet/config_auto.h

    r2116fdf r2d7ff18  
    6565
    6666/* compile the deprecated parts of the interface using auto-ptr */
    67 #ifndef FASTJET_HAVE_AUTO_PTR_INTERFACE
    68 #define FASTJET_HAVE_AUTO_PTR_INTERFACE  /**/
    69 #endif
     67/* #undef HAVE_AUTO_PTR_INTERFACE */
    7068
    7169/* compiler supports c++14 deprecated keyword */
  • external/fastjet/config_raw.h

    r2116fdf r2d7ff18  
    3939
    4040/* compile the deprecated parts of the interface using auto-ptr */
    41 #define HAVE_AUTO_PTR_INTERFACE /**/
     41/* #undef HAVE_AUTO_PTR_INTERFACE */
    4242
    4343/* compiler supports c++14 deprecated keyword */
Note: See TracChangeset for help on using the changeset viewer.