From 3b63bc840f540d8bfdae37b6860083c18f99815c Mon Sep 17 00:00:00 2001 From: ChrisTX Date: Sat, 22 Sep 2012 06:11:43 +0200 Subject: m_regex_stdlib: A regex provider for the C++11 container std::regex For it to work you need a standards compliant implementation as for instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not implement this class yet. --- docs/conf/modules.conf.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 84e3b26ab..b3034d3e9 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1388,6 +1388,17 @@ # command: 'man 7 regex'. # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Regular Expression Provider for C++11 std::regex Regular Expressions. +# This module works on any fully compliant implementation of the C++11 +# std::regex container. Examples for such are Visual C++ 2010 and newer +# but not libstdc++ (which GCC uses) +# + +# Specify the Regular Expression engine to use here. Valid settings are +# bre, ere, awk, grep, egrep, ecmascript (default if not specified) +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Regular Expression Provider for TRE Regular Expressions. # This is the same regular expression engine used by UnrealIRCd, so -- cgit v1.2.3