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

Reflect PEGTL api change .content() -> .string()/.string_view() #43

Closed
wants to merge 1 commit into from
Closed

Reflect PEGTL api change .content() -> .string()/.string_view() #43

wants to merge 1 commit into from

Conversation

mbodmer
Copy link
Contributor

@mbodmer mbodmer commented Feb 15, 2019

See PEGTL commit: 7b9d65ded23fe3ccc7ca645f3af73bfe60ae725c

taocpp/PEGTL@7b9d65d

See PEGTL commit: 7b9d65ded23fe3ccc7ca645f3af73bfe60ae725c

Signed-off-by: Marc Bodmer <marc.bodmer@securiton.ch>
@msftclas
Copy link

msftclas commented Feb 15, 2019

CLA assistant check
All CLA requirements met.

@wravery
Copy link
Contributor

wravery commented Feb 27, 2019

Ah, I should mention in the README that I'm trying to maintain C++11 compatibility, so I'm using the 2.7.x branch of PEGTL rather than master.

I've been thinking about adopting some of the newer standards in a new major version (much like PEGTL itself), in which case this is definitely required to stay in synch with PEGTL. There are probably a lot of other spots where I could be taking advantage of string_view as well.

@wravery wravery self-assigned this Feb 27, 2019
wravery added a commit that referenced this pull request Mar 6, 2019
Per PR #43, I need to describe the C++11 compatibility goal. Later I will likely drop that requirement in a new branch to take advantage of newer features in C++14 and C++17.
@wravery wravery mentioned this pull request Apr 1, 2019
15 tasks
@wravery
Copy link
Contributor

wravery commented Apr 19, 2019

Thanks for the PR, I ended up merging it manually in the 3.0 branch and it no longer applies to master.

@wravery wravery closed this Apr 19, 2019
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.

None yet

3 participants