SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MIT License
18.06k stars 3.15k forks source link

remove inline of _MASBoxValue #522

Open flexih opened 6 years ago

flexih commented 6 years ago

remove inline of _MASBoxValue to eliminate duplicate code size caused by inline function, which is 1.04KB(arm64) for most includes call.

Kam-To commented 2 years ago

Quite curious on why this commit did not merged.🤔