forked from M-Labs/nac3
core/irrt: fix improper template def
This commit is contained in:
parent
92b97a9f4f
commit
19c2beffbb
|
@ -4,7 +4,7 @@
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
void print_value(const T& value) {}
|
void print_value(const T& value);
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
void print_value(const int8_t& value) {
|
void print_value(const int8_t& value) {
|
||||||
|
|
Loading…
Reference in New Issue