diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-09-22 16:00:50 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-09-22 16:04:45 +0200 |
commit | ab0b3d0137284ec52f5c6cf1758b8c8a0a60701b (patch) | |
tree | 2ef33a2936e2f8cd8dc989900b085fa7b91fa6ef /docs/conf | |
parent | 3b63bc840f540d8bfdae37b6860083c18f99815c (diff) |
Instruct users to verify that std::regex is supported on their setup before using m_regex_stdlib
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
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. #<module name="m_regex_stdlib.so"> # Specify the Regular Expression engine to use here. Valid settings are |