They are not bound to `--gc:arc` but `--gc:arc` also enables them because they 
fit ARC. You can easily do `nim c --gc:arc --exceptions:setjmp` (arc + old 
exceptions) or `nim cpp --gc:arc` (arc + C++'s exception tables).

Reply via email to