Closed GoogleCodeExporter closed 9 years ago
Introduced in af73701f0348. Can be fixed with the following diff.
diff -r af73701f0348 libre2.symbols
--- a/libre2.symbols Sun May 01 15:26:33 2011 -0400
+++ b/libre2.symbols Wed May 11 18:40:04 2011 +0200
@@ -6,8 +6,6 @@
# re2::StringPiece*
_ZN3re211StringPiece*;
_ZNK3re211StringPiece*;
- # operator==(re2::StringPiece const&, re2::StringPiece const&)
- _ZeqRKN3re211StringPieceES2_;
# operator<<(std::ostream&, re2::StringPiece const&)
_ZlsRSoRKN3re211StringPieceE;
local:
diff -r af73701f0348 libre2.symbols.darwin
--- a/libre2.symbols.darwin Sun May 01 15:26:33 2011 -0400
+++ b/libre2.symbols.darwin Wed May 11 18:40:04 2011 +0200
@@ -5,7 +5,5 @@
# re2::StringPiece*
__ZN3re211StringPiece*
__ZNK3re211StringPiece*
-# operator==(re2::StringPiece const&, re2::StringPiece const&)
-__ZeqRKN3re211StringPieceES2_
# operator<<(std::ostream&, re2::StringPiece const&)
__ZlsRSoRKN3re211StringPieceE
Original comment by tuncer.a...@gmail.com
on 11 May 2011 at 4:40
This issue was closed by revision 4b4bc44d4581.
Original comment by rsc@swtch.com
on 16 May 2011 at 1:56
Original issue reported on code.google.com by
kenbrit...@gmail.com
on 5 May 2011 at 6:13