@@ -211,7 +211,7 @@ the explicit return type can be omitted:
<pre>
int x = 8;
bind(std::less<int>, _1, 9)(x); // x <9
bind(std::less<int>(), _1, 9)(x); // x <9
</pre>
<p>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.