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

#ifndef ROSA_CONFIG_NAMESPACE_H
#define ROSA_CONFIG_NAMESPACE_H

/// Base namespace used by the RoSA framework.
namespace rosa {}

#endif // ROSA_CONFIG_NAMESPACE_H
