NOTICK - Add ENUM to the C++ serialiser (#5616)

This commit is contained in:
Katelyn Baker
2019-11-19 16:00:11 +00:00
committed by GitHub
parent ce8ce2ba7c
commit c349ff719d
54 changed files with 668 additions and 210 deletions

View File

@ -47,7 +47,7 @@ data_and_stop(std::ifstream & f_, ssize_t sz) {
dynamic_cast<amqp::internal::schema::Envelope *> (
amqp::AMQPDescriptorRegistory[a]->build(d).release()));
DBG (std::cout << std::endl << "Types in schema: " << std::endl
DBG (std::endl << "Types in schema: " << std::endl
<< *envelope << std::endl); // NOLINT
}