0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Reduce the number of C-style casts #38

Closed kpp closed 11 years ago

kpp commented 11 years ago

С-style casts are not checked by compiler, they may fail at runtime. What is more important, static_cast produces type safety.

Goals: