Skip to content
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

Remove iostream from ARM aal. #202

Merged
merged 1 commit into from
May 26, 2020
Merged

Remove iostream from ARM aal. #202

merged 1 commit into from
May 26, 2020

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented May 26, 2020

The ARM AAL was including <iostream>, this is unnecessary, and only
<cstddef> should be required for size_t.

Fixes #199.

The ARM AAL was including `<iostream>`, this is unnecessary, and only
`<cstddef>` should be required for `size_t`.
@mjp41 mjp41 requested a review from achamayou May 26, 2020 09:29
@mjp41 mjp41 merged commit de0ab1d into microsoft:master May 26, 2020
@mjp41 mjp41 deleted the arm_aal branch May 26, 2020 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenEnclave: Compile errors on ARM
2 participants