修复
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
#include <structive/property/property.hpp>
|
||||
#include "test.hpp"
|
||||
#include <chrono>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <semaphore>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <typeinfo>
|
||||
using namespace structive;
|
||||
#define REQUIRE(expression) do { if (!(expression)) { std::fprintf(stderr, "REQUIRE failed: %s:%d: %s\n", __FILE__, __LINE__, #expression); std::abort(); } } while (false)
|
||||
struct Runtime_Device : Property_Object<Runtime_Device> {
|
||||
int value{10};
|
||||
int serial{7};
|
||||
|
||||
Reference in New Issue
Block a user