Minor
This commit is contained in:
parent
153beebba9
commit
5c7d6f02d7
|
@ -715,7 +715,9 @@ _hb_debug_msg<0> (const char *what HB_UNUSED,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct hb_printer_t {};
|
struct hb_printer_t {
|
||||||
|
const char *print (const T&) { return "something"; }
|
||||||
|
};
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct hb_printer_t<bool> {
|
struct hb_printer_t<bool> {
|
||||||
|
|
Loading…
Reference in New Issue