ATLAS Offline Software
boost_tokenizer_headers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: boost_tokenizer_headers.h 457711 2011-09-07 14:24:34Z mnowak $
6 #ifndef POOLCORE_BOOSTTOKENIZERHEADERS_H
7 #define POOLCORE_BOOSTTOKENIZERHEADERS_H 1
8 
9 // Disable warnings triggered by the Boost 1.42.0 headers
10 // See http://wiki.services.openoffice.org/wiki/Writing_warning-free_code
11 // See also http://www.artima.com/cppsource/codestandards.html
12 // See also http://gcc.gnu.org/onlinedocs/gcc-4.1.1/cpp/System-Headers.html
13 // See also http://gcc.gnu.org/ml/gcc-help/2007-01/msg00172.html
14 #if defined __GNUC__
15 #pragma GCC system_header
16 #endif
17 
18 // Include files
19 #include <boost/tokenizer.hpp>
20 
21 #endif // POOLCORE_BOOSTTOKENIZERHEADERS_H