From ab0b3d0137284ec52f5c6cf1758b8c8a0a60701b Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 22 Sep 2012 16:00:50 +0200 Subject: Instruct users to verify that std::regex is supported on their setup before using m_regex_stdlib --- docs/conf/modules.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b3034d3e9..ea0431499 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1393,6 +1393,9 @@ # 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) +# You should verify that std::regex is supported by your setup before +# using this module, as it may compile normally but won't do anything +# on some implementations. # # Specify the Regular Expression engine to use here. Valid settings are -- cgit v1.2.3