id summary reporter owner description type status milestone component version severity resolution keywords cc 10848 try_acquire_file_lock/ try_acquire_file_lock_sharable uses = instead of == in comparison Steve Hickman Ion Gaztañaga "The last line for both try_acquire_file_lock and try_acquire_file_lock_sharable is: return (acquired = true); It is unclear if the use of assignment ('=') instead of comparison ('==') here is intentional. My static analysis checker picked it up as a bug. If this is intentional, it should be documented with comments inline. Or, better yet, split into 2 lines of code so static analysis doesn't flag it." Bugs new To Be Determined interprocess Boost 1.57.0 Problem