message: make it easier to create heap-allocated messages
We need this for guile to coöperate with its garbage collector.
This commit is contained in:
@ -181,10 +181,8 @@ contact_type_from_field_id(Field::Id id) noexcept {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
using Contacts = std::vector<Contact>;
|
||||
|
||||
|
||||
/**
|
||||
* Get contacts as a comma-separated list.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user