tst2005googlecode / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

FilteredRE2 should be exported #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build and install RE2
2. Attempt to build and link a program that uses FilteredRE2 and 
re2/filtered_re2.h

What is the expected output? What do you see instead?

It should be possible to build a program that uses FilteredRE2 against an 
installed version of re2. Instead, it fails, as filtered_re2.h is not 
installed, and re2::FilteredRE2:: are not exported from libre2.so

What version of the product are you using? On what operating system?
hg tip on Linux, although I don't think it differs anywhere.

Please provide any additional information below.

Original issue reported on code.google.com by nelh...@nelhage.com on 21 Oct 2011 at 4:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 0e7bc2f5e2aa.

Original comment by rsc@swtch.com on 23 Oct 2011 at 9:44