//===-- support/tokenized_storages.cpp --------------------------*- C++ -*-===//
//
//                                 The RoSA Framework
//
// Distributed under the terms and conditions of the Boost Software License 1.0.
// See accompanying file LICENSE.
//
// If you did not receive a copy of the license file, see
// http://www.boost.org/LICENSE_1_0.txt.
//
//===----------------------------------------------------------------------===//
///
/// \file support/tokenized_storages.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017-2019
///
/// \brief Implementation of rosa/support/tokenized_storages.hpp.
///
//===----------------------------------------------------------------------===//

#include "rosa/support/tokenized_storages.hpp"

namespace rosa {

// Implementation of the static member field \c
// rosa::TokenizedStorage<>::Offsets.
const std::vector<size_t> TokenizedStorage<>::Offsets = std::vector<size_t>(0);

} // End namespace rosa