-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
C++: OR-Tools use a custom absl:string_view based version of RE2 #3201
Labels
Milestone
Comments
Mizux
added
Bug
Feature Request
Missing Feature/Wrapper
Lang: C++
Native implementation issue
labels
Mar 21, 2022
Mizux
changed the title
OR-Tools use a absl based version of RE2
OR-Tools use an absl:string_view based version of RE2
Mar 21, 2022
Mizux
added a commit
that referenced
this issue
Mar 21, 2022
Mizux
added a commit
that referenced
this issue
Mar 22, 2022
Mizux
added a commit
that referenced
this issue
Mar 23, 2022
Seems if RE2 compiled in C++17, it should have support for
|
Mizux
added a commit
that referenced
this issue
Mar 23, 2022
Mizux
added a commit
that referenced
this issue
Mar 24, 2022
Mizux
added a commit
that referenced
this issue
Mar 24, 2022
Mizux
changed the title
OR-Tools use an absl:string_view based version of RE2
c++: OR-Tools use a custom absl:string_view based version of RE2
Mar 24, 2022
Mizux
added a commit
that referenced
this issue
Mar 24, 2022
Mizux
added a commit
that referenced
this issue
Mar 24, 2022
Mizux
changed the title
c++: OR-Tools use a custom absl:string_view based version of RE2
C++: OR-Tools use a custom absl:string_view based version of RE2
Mar 24, 2022
Mizux
added a commit
that referenced
this issue
Mar 24, 2022
Mizux
added a commit
that referenced
this issue
Mar 24, 2022
Mizux
added a commit
that referenced
this issue
Mar 25, 2022
Mizux
added a commit
that referenced
this issue
Mar 25, 2022
3 tasks
As far as I can see, this has not been merged, nor is there any open PR. |
@StefanBruens AFAIK this has been pushed on master... |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently OR-Tools use a custom version of RE2 using
absl::string_view
instead ofre2::StringPiece
unfortunatelly this make difficult for the OSS community to integrate or-tools against a system wide installation of re2...ref: https://github.com/google/or-tools/blob/stable/patches/re2-2021-11-01.patch
The text was updated successfully, but these errors were encountered: