Changeset d69dfe4 in git for external/fastjet/SharedPtr.hh
- Timestamp:
- Nov 20, 2013, 9:52:59 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fc39685
- Parents:
- 88a9b72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/SharedPtr.hh
r88a9b72 rd69dfe4 3 3 4 4 //STARTHEADER 5 // $Id: SharedPtr.hh 2680 2011-11-12 17:12:05Z soyez$5 // $Id: SharedPtr.hh 3129 2013-06-05 08:48:36Z salam $ 6 6 // 7 7 // Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 35 35 // for testing purposes, the following define makes it possible 36 36 // for our SharedPtr simply to be derived from the STL TR1 one. 37 // #define USETR1SHAREDPTR38 39 #ifdef USETR1SHAREDPTR37 // #define __FASTJET_USETR1SHAREDPTR 38 39 #ifdef __FASTJET_USETR1SHAREDPTR 40 40 #include <tr1/memory> 41 #endif // USETR1SHAREDPTR41 #endif // __FASTJET_USETR1SHAREDPTR 42 42 43 43 FASTJET_BEGIN_NAMESPACE // defined in fastjet/internal/base.hh 44 44 45 #ifdef USETR1SHAREDPTR45 #ifdef __FASTJET_USETR1SHAREDPTR 46 46 47 47 /// @ingroup advanced_usage … … 78 78 79 79 80 #else // USETR1SHAREDPTR80 #else // __FASTJET_USETR1SHAREDPTR 81 81 82 82 /** … … 390 390 } 391 391 392 #endif // USETR1SHAREDPTR392 #endif // __FASTJET_USETR1SHAREDPTR 393 393 394 394 FASTJET_END_NAMESPACE // defined in fastjet/internal/base.hh
Note:
See TracChangeset
for help on using the changeset viewer.