-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I'm seeing a warning being emitted by this library when I'm using Xcode 10.3:
Line 185 in 92f66a9
return i >= size() ? boost::throw_exception(std::out_of_range ("array<>: index out of range")), true : true; |
Possible misuse of comma operator here
Initially I thought of making a PR to address it, but I don't really understand the expression at that line. Why is boost::throw_exception
followed by , true
?
Metadata
Metadata
Assignees
Labels
No labels