18 lines
204 B
TOML
18 lines
204 B
TOML
|
|
header = """
|
||
|
|
#if 0
|
||
|
|
''' '
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
// These could be added as opaque types I guess.
|
||
|
|
template <typename T>
|
||
|
|
struct BuildHasherDefault;
|
||
|
|
|
||
|
|
struct DefaultHasher;
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#if 0
|
||
|
|
' '''
|
||
|
|
#endif
|
||
|
|
"""
|