userver
userver copied to clipboard
chaotic: Отсутствует подключение boost/uuid/uuid_hash.hpp для std::unordered_set с UUID
Add a description
При использовании std::unordered_set с UUID в схеме генератор не добавляет #include <boost/uuid/uuid_hash.hpp>, из-за чего сборка падает.
Как воспроизвести:
my_field:
type: array
x-usrv-cpp-container: std::unordered_set
items:
type: string
format: uuid