Branch: Tag:

2011-12-28

2011-12-28 17:55:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Added _Static_assert() and its companion macro static_assert.

709:    test_eq(typeof([function]`+), typeof(`+))   ]])    + test_compile_error([[ static_assert(0, "Fail."); ]]) + test_any([[ static_assert(1, "Ok."); ]], 0) +    test_any([[    /* Detect bug in modify_shared_string().    *