diff options
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 |