You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just about every declaration in the synopsis for <iterator> is marked as // freestanding. The only exceptions are the stream iterators that could be marked as // hosted instead.
Removing many // freestanding comments might also help with the linebreaks in this header, especially after applying #8544.
jwakely, cpplearner, eisenwave and frederick-vs-ja