-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This might be related to this issue, #38. For testing I like to setup my tests like this:
const std::vector<Testing::TestMessage> tests = {
{uuid, 0, "testing", 0},
{uuid, 1, "Test Message", 1414241},
{uuid, 2, "Messaging Test", 1245265346},
{uuid, 3, "Test", std::chrono::system_clock::now().time_since_epoch().count()},
};However due to the way the constructors are generated I can't, is it possible to update the constructors to allow this (maybe with some of the suggestion in the linked issue)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request