mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Remove cpp 17 features and implement Rust into CPP
This commit is contained in:
@@ -15,7 +15,10 @@ class FfiError {
|
||||
FfiError(const IdeviceFfiError* err);
|
||||
FfiError();
|
||||
|
||||
explicit operator bool() const { return code != 0; }
|
||||
explicit operator bool() const { return code != 0; }
|
||||
|
||||
static FfiError NotConnected();
|
||||
static FfiError InvalidArgument();
|
||||
};
|
||||
} // namespace IdeviceFFI
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user