mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-14 22:04:02 -08:00
Generate cxx binding in build.rs
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
#include <bitset>
|
||||
#include <random>
|
||||
|
||||
#include <base-rs.hpp>
|
||||
|
||||
#define DISALLOW_COPY_AND_MOVE(clazz) \
|
||||
clazz(const clazz &) = delete; \
|
||||
clazz(clazz &&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user