|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otb_boost_string_header_h
22 #define otb_boost_string_header_h
24 #if defined(__GNUC__) || defined(__clang__)
25 #pragma GCC diagnostic push
26 #pragma GCC diagnostic ignored "-Wshadow"
27 #pragma GCC diagnostic ignored "-Wunused-local-typedefs"
28 #include <boost/algorithm/string.hpp>
29 #include <boost/algorithm/string/predicate.hpp>
30 #pragma GCC diagnostic pop
32 #include <boost/algorithm/string.hpp>
33 #include <boost/algorithm/string/predicate.hpp>