Opened 17 years ago
Closed 13 years ago
#107 closed task (wontfix)
Should we use Boost::regexp?
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
More and more we are parsing text and it would be efficient both in development and run-time if we had some kind of support for regular expression.
See what Boost can offer and in particular how dependent the library is of other libs
Change History (1)
comment:1 Changed 13 years ago by
Milestone: | svndigest 1.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
IIUC, there are regex in posix clib, which I think we can use rather than adding boost dependency.
http://www.gnu.org/s/libc/manual/html_node/Regular-Expressions.html