~squid/squid/refactor-regex

Viewing all changes in revision 14192.

  • Committer: Amos Jeffries
  • Date: 2015-07-27 21:27:10 UTC
  • Revision ID: squid3@treenet.co.nz-20150727212710-j3ehjqs2n035o4uy
C++11: Remove GnuRegex and all -lregex related code

Squid is now exclusively using the STL std::regex API provided on all
operating systems in a portable manner.

We no longer have any need of detecting if the system is providing a
libregex, or user has configured one, or if it actually works, or how
to call it, or use the GnuRegex code as a backup when one of those
complex details goes wrong.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: