1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-05 07:31:48 +02:00

Modified IRC Session events to receive the Session instance as first argument. Remeved leftover file and minor change in IDE sandbox project.

This commit is contained in:
Sandu Liviu Catalin
2015-11-04 20:58:05 +02:00
parent 92a75e70a0
commit 878a35eb2a
4 changed files with 78 additions and 303 deletions

View File

@@ -50,7 +50,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++14" />
<Add option="-std=c++11" />
<Add option="-DFMT_USE_VARIADIC_TEMPLATES" />
<Add option="-DFMT_USE_RVALUE_REFERENCES" />
<Add directory="../include" />