Changeset e15936c in git
- Timestamp:
- May 22, 2019, 9:12:58 AM (5 years ago)
- Branches:
- ImprovedOutputFile, Timing, master
- Children:
- adeddd8
- Parents:
- 0453894
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/update_fastjet.sh
r0453894 re15936c 9 9 10 10 cd fastjet-${version} 11 ./configure --enable-allcxxplugins 11 ./configure --enable-allcxxplugins --disable-auto-ptr 12 12 cd - 13 13 -
external/fastjet/config_auto.h
r0453894 re15936c 65 65 66 66 /* 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 */ 70 68 71 69 /* compiler supports c++14 deprecated keyword */ -
external/fastjet/config_raw.h
r0453894 re15936c 39 39 40 40 /* compile the deprecated parts of the interface using auto-ptr */ 41 #define HAVE_AUTO_PTR_INTERFACE /**/41 /* #undef HAVE_AUTO_PTR_INTERFACE */ 42 42 43 43 /* compiler supports c++14 deprecated keyword */
Note:
See TracChangeset
for help on using the changeset viewer.