inline functions behave differently with regard to...
# announcements
j
inline functions behave differently with regard to enclosed lambdas. when used in the same compilation unit the same lambda class is used. when used in a separate compilation unit each call site gets their own lambda class.