//===-- rosa/support/concurrent_queue.hpp -----------------------*- 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 rosa/support/concurrent_queue.hpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2020
///
/// \brief Implementation for rosa/support/concurrent_queue.hpp.
///
/// \note Empty implementation, source file here to have a compile database
///       entry for rosa/support/concurrent_queue.hpp.
//===----------------------------------------------------------------------===//

#include "rosa/support/concurrent_queue.hpp"
