refactor(eventsub): generate entire files (#5897)

This commit is contained in:
nerix
2025-02-05 16:53:25 +01:00
committed by GitHub
parent 5e3412c3bb
commit 449aefc6bc
54 changed files with 972 additions and 922 deletions
@@ -0,0 +1,12 @@
// This is a header used for testing if the library can parse a file.
#include <boost/json.hpp>
#include <QString>
#include <chrono>
boost::json::value doSomething(QString s,
std::chrono::system_clock::time_point tp);
static_assert(sizeof(QString) > sizeof(int));
static_assert(sizeof(boost::json::value) > sizeof(int));