Files
revng-revng/lib/Support/ExplicitSpecializations.cpp
T
2024-05-03 21:52:40 +02:00

14 lines
319 B
C++

/// \file ExplicitSpecializations.cpp
///
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/Support/ExplicitSpecializations.h"
using IntVector = std::vector<unsigned int>;
template void
IntVector::__push_back_slow_path<const unsigned int &>(const unsigned int &);