cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

JP5-025 20.3.2.2.8 p5 [util.smartptr.shared.cmp] Missing right parenthesis #567

Closed jensmaurer closed 9 months ago

jensmaurer commented 9 months ago

typo: right parenthesis corresponding to the one just before a.get() is missing.

compare_three_way()(a.get(), static_cast<typename shared_ptr::element_type>(nullptr) => compare_three_way()(a.get(), static_cast<typename shared_ptr::element_type>(nullptr))

jensmaurer commented 9 months ago

Yes, typo.