#include "base/i2-base.hpp"
#include "base/object.hpp"
#include "base/value.hpp"
+#include <boost/range/iterator.hpp>
#include <map>
namespace icinga
#define STRING_H
#include "base/i2-base.hpp"
+#include <boost/range/iterator.hpp>
#include <string.h>
#include <functional>
#include <string>
namespace boost
{
-template <typename C> struct range_mutable_iterator;
-
template<>
struct range_mutable_iterator<icinga::String>
{
typedef icinga::String::Iterator type;
};
-template <typename C> struct range_const_iterator;
-
template<>
struct range_const_iterator<icinga::String>
{