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

http://www.boost.org/libs/regex/doc/index.html

Change History (1)

comment:1 Changed 13 years ago by Peter Johansson

Milestone: svndigest 1.0
Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.