Skip to content

Conversation

@gbrail
Copy link
Contributor

@gbrail gbrail commented Jul 20, 2020

Check for C++14 includes wasn't working as expected when on a Mac
and using C++11 mode.

Also added missing .gitignore and a shallow_since declaration.

Signed-off-by: Gregory Brail [email protected]

Check for C++14 includes wasn't working as expected when on a Mac
and using C++11 mode.

Also added missing .gitignore and a shallow_since declaration.

Signed-off-by: Gregory Brail <[email protected]>
#if __cplusplus >= 201703L
#include <optional>
#include <string_view>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this newline.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Signed-off-by: Gregory Brail <[email protected]>
@jplevyak jplevyak merged commit bd1c285 into proxy-wasm:master Jul 21, 2020
@gbrail gbrail deleted the fix-osx-build branch July 24, 2020 16:41
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.

2 participants