remove 'volatile' they're wrong, we need barriers/locks there someday
[nobug.git] / doc / assertiontable.txt
blob4df3fc96ee14c5236e879ea2a8fe53ec72d5d6d3
1 PARA Assertions active depending on Build level and Scope;;
3 [cols="2h,3*3",frame="topbot",options="header",autowidth="something"]
4 |============================================================================================
5 |          |ALPHA                                     |BETA                          |RELEASE
6 |UNCHECKED |Preconditions, Postconditions, Invariants |Preconditions, Postconditions |compiling will abort
7 |CHECKED   |Preconditions, Postconditions             |Preconditions                 |
8 |============================================================================================