5 lines
84 B
C++
5 lines
84 B
C++
|
#pragma once
|
||
|
|
||
|
template <typename T>
|
||
|
void unused_function (); // nothing to see here
|