-almost every funtion is marked as @nogc and nothrow (only problem with HashMap)

This commit is contained in:
Mergul 2018-11-02 16:36:38 +01:00
parent fef55bd790
commit 204ce9dc79
10 changed files with 74 additions and 72 deletions

View file

@ -284,7 +284,7 @@ struct TestSystem2
int main()
{
void dispatch(EntityManager.JobGroup jobs)
void dispatch(EntityManager.JobGroup jobs) nothrow @nogc
{
foreach(job;jobs.jobs)
{