Skip to content

Conversation

lars18th
Copy link
Contributor

Enable backport compatibility with compilers previous to C++17.

Tested with GCC 6.3 at 2022-11-13.
Supersedes #164

* Add backport compatibility for non-C++17

Enable backport compatibility with compilers previous to C++17.

List of changes:
- Makefile has some new checks to enable the NEED_BACKPORT flag if not C++17 support.
- New check for string_view class.
- New check for assignements of tuple class.
- Added 3rd party astring_view header only implementation.
- Some small changes for syntax compatibility.
- Using NEED_BACKPORT isolate code with incompatible code.

Tested with GCC 6.3

* Rollback PAT.cpp

* Rollback SocketAttr.h
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.

1 participant