diff options
| author | 2018-07-31 03:14:09 +0100 | |
|---|---|---|
| committer | 2019-01-25 02:52:28 +0000 | |
| commit | 97aba4f8a57877ab68ddd618b96f52342970f998 (patch) | |
| tree | c8e162e21d563dd631db80460dc04003ba6653c4 /src | |
| parent | Replace the override macro with the override keyword. (diff) | |
Move m_regex_stdlib out of extras now it can always be built.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/m_regex_stdlib.cpp (renamed from src/modules/extra/m_regex_stdlib.cpp) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/extra/m_regex_stdlib.cpp b/src/modules/m_regex_stdlib.cpp index 4065ec014..269e64c75 100644 --- a/src/modules/extra/m_regex_stdlib.cpp +++ b/src/modules/m_regex_stdlib.cpp @@ -16,8 +16,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: -std=c++11 - #include "inspircd.h" #include "modules/regex.h" |
