aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-05-07 19:52:31 +0100
committerGravatar Sadie Powell2021-05-07 20:13:55 +0100
commitd848034590bc402277da975b7efdbc78ce1722fc (patch)
tree98ece3291feacb2aa1b61cf5928bf638d6807828 /src/modules
parentSend 400 Bad Request if a WebSocket client doesn't send an origin. (diff)
downloadinspircd++-d848034590bc402277da975b7efdbc78ce1722fc.tar.gz
inspircd++-d848034590bc402277da975b7efdbc78ce1722fc.tar.bz2
inspircd++-d848034590bc402277da975b7efdbc78ce1722fc.zip
Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.
The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/extra/m_regex_re2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_regex_re2.cpp b/src/modules/extra/m_regex_re2.cpp
index 35414baf1..e3e793d6d 100644
--- a/src/modules/extra/m_regex_re2.cpp
+++ b/src/modules/extra/m_regex_re2.cpp
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/// $CompilerFlags: find_compiler_flags("re2" "")
+/// $CompilerFlags: find_compiler_flags("re2" "-std=c++11")
/// $LinkerFlags: find_linker_flags("re2" "-lre2")
/// $PackageInfo: require_system("arch") pkgconf re2