-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to use without the dependency to file io and streams to use in intel sgx enclaves #2728
Labels
Milestone
Comments
theShmoo
pushed a commit
to theShmoo/json
that referenced
this issue
Apr 21, 2021
includes some macros to be defined for using without file io.
What is the exact issue? Are certain types disallowed? Or certain headers? |
theShmoo
pushed a commit
to theShmoo/json
that referenced
this issue
Apr 21, 2021
In the intel SGX c++ library not all io headers are implemented. This means the headers don't exist. |
Can I change something, so that you will accept this pull request? |
theShmoo
pushed a commit
to theShmoo/json
that referenced
this issue
May 31, 2021
theShmoo
pushed a commit
to theShmoo/json
that referenced
this issue
May 31, 2021
nlohmann
added
the
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
label
Jun 26, 2021
harry75369
pushed a commit
to harry75369/json
that referenced
this issue
Aug 8, 2021
includes some macros to be defined for using without file io.
harry75369
pushed a commit
to harry75369/json
that referenced
this issue
Aug 8, 2021
harry75369
pushed a commit
to harry75369/json
that referenced
this issue
Aug 8, 2021
harry75369
pushed a commit
to harry75369/json
that referenced
this issue
Aug 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I need to use your library in an intel sgx enclave.
For security reasons it is not allowed to use file io there.
I created the pull request #2729 which includes some macros to be defined for using this great library without the file io.
The text was updated successfully, but these errors were encountered: