fix logger for ring buffer
This commit is contained in:
@@ -135,8 +135,8 @@ namespace hack
|
||||
std::cout << data << (count != 0 ? devider : "");
|
||||
}
|
||||
|
||||
template<typename T, std::size_t size>
|
||||
static void print_t(const hack::patterns::ring_buffer<T, size>& rb)
|
||||
template<typename T>
|
||||
static void print_t(const hack::patterns::ring_buffer<T>& rb)
|
||||
{
|
||||
print_t(rb.get_src());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user