Closed j4cbo closed 7 years ago
Because this could otherwise false-positive on things like std::optional, which also has a value_type member type, but is not a container.
Fixes #109.
Automated message from Dropbox CLA bot
@j4cbo, it looks like you've already signed the Dropbox CLA. Thanks!
Changed to look directly at the return value of begin() instead of depending on typedefs.
Because this could otherwise false-positive on things like std::optional, which also has a value_type member type, but is not a container.
Fixes #109.