Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1514 from WalterBright/stdarg_nothrow
Browse files Browse the repository at this point in the history
core.stdc.stdarg should be nothrow
  • Loading branch information
rainers committed Mar 19, 2016
2 parents f8bea93 + d600fa7 commit 6cd2f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/stdc/stdarg.d
Expand Up @@ -14,6 +14,7 @@ module core.stdc.stdarg;

@system:
//@nogc: // Not yet, need to make TypeInfo's member functions @nogc first
nothrow:

version( X86 )
{
Expand Down

0 comments on commit 6cd2f86

Please sign in to comment.