This sample shows how to to link against stdc++
so that you can use (most of) the C++17 STL and link against libraries that use stdc++
.
The sample can be built and run as follows:
mkdir build
cd build
cmake ..
make
erthost enclave.signed
When using simulation mode, use
OE_SIMULATION=1 erthost enclave.signed
to run the sample.