lamuguo / re2

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

Creating array of RE2 objects #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to create array of RE2 objects
2. Try to push multiple objects into single vector
3.

What is the expected output? What do you see instead?
re2.h has private copy constructor? how to fix this?

What version of the product are you using? On what operating system?
re2-401ab4168e8e.tar.gz centos 6.3

Please provide any additional information below.
NOTE: If you have a suggested patch, please see
http://code.google.com/p/re2/wiki/Contribute
for information about sending it in for review.  Thanks.

Original issue reported on code.google.com by nitin.hp...@gmail.com on 22 Jan 2014 at 9:47

GoogleCodeExporter commented 9 years ago
Create a vector of RE2* objects instead.

Original comment by rsc@golang.org on 22 Jan 2014 at 7:02