-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minor issues in <xutility>
#3703
Comments
|
@achabense In the future, when reporting issues, it's better to use GitHub permalinks instead of screenshots. This makes navigating to the source file and context easy, allows copy-pasting, and is more accessible. For example, if I mention:
then it's displayed as: Lines 866 to 882 in 5404ba9
|
Below is the current code in
<xutility>
. At line 879, it seemsincrementable_traits
lacks_EXPORT_STD
.And as to
projected
at line 867, it seems the definition ofoperator*()
is not needed. (cppreference:"projected
is used only to constrain algorithms that accept callable objects and projections, and hence itsoperator*()
is not defined.")The text was updated successfully, but these errors were encountered: