mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
[Spicy] Add missing to_string
overload.
Spicy now requires this.
This commit is contained in:
parent
1b655836be
commit
859ec00bd9
2 changed files with 36 additions and 27 deletions
|
@ -1326,4 +1326,7 @@ inline std::string to_string(const zeek::spicy::rt::ValTablePtr& v, detail::adl:
|
|||
inline std::string to_string(const zeek::spicy::rt::ValVectorPtr& v, detail::adl::tag /* unused */) {
|
||||
return "<Zeek vector>";
|
||||
}
|
||||
|
||||
extern std::string to_string(const zeek::spicy::rt::ZeekTypeTag& v, detail::adl::tag /* unused */);
|
||||
|
||||
} // namespace hilti::rt::detail::adl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue