Possibility to use with custom c++ version to use in intel sgx enclaves #2730
Labels
kind: bug
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
I need to use your library in an intel sgx enclave.
For that I am restricted to another standard library implementation (the one from intel)
You provide nice defines for the used c++ standard.
I use c++17 but the library of intel only has some c++11 features.
So I need to define the used standard version by my own.
I created a pull request that fixes this: #2731
The text was updated successfully, but these errors were encountered: