• A
    Update logic around BB_MAX_WEIGHT (#51027) · 9b647fe1
    Andy Ayers 提交于
    Consider any weight greater or equal to be a max weight. Rule of thumb
    is that you can assign BB_MAX_WEIGHT but for comparsions one should always
    use an inequality or call the helper method.
    
    Fixes #50808.
    9b647fe1
utils.cpp 75.0 KB