//===-- rosa/support/iterator/namespace.h -----------------------*- C++ -*-===/
//
//                                 The RoSA Framework
//
//===----------------------------------------------------------------------===/
///
/// \file rosa/support/iterator/namespace.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Documentation for the namespace \c rosa::iterator.
///
//===----------------------------------------------------------------------===/

#ifndef ROSA_SUPPORT_ITERATOR_NAMESPACE_H
#define ROSA_SUPPORT_ITERATOR_NAMESPACE_H

namespace rosa {
/// Provides facilities to work with iterators.
namespace iterator {}
} // End namespace rosa

#endif // ROSA_SUPPORT_ITERATOR_NAMESPACE_H
