Skip to content

Latest commit

 

History

History
 
 

stdc++

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

stdc++ sample

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.