1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Remove use of the deprecated register keyword.

Fixes a build error on C++17 compilers.
This commit is contained in:
Sadie Powell
2020-10-02 15:27:47 +01:00
parent da08dd6d0e
commit 4ba871c631
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
- g++
standard:
- c++98
- c++14
- c++17