[SERVER-14074] Change to std::string incorrectly applied in comments Created: 28/May/14 Updated: 27/Aug/18 Resolved: 27/Aug/18 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Internal Code |
| Affects Version/s: | 2.7.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | Andrew Morrow (Inactive) | Assignee: | DO NOT USE - Backlog - Platform Team |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | ALL |
| Participants: |
| Description |
|
Several comments in the server codebase incorrectly had the word 'string' changed to std::string as part of In many cases, the edited comment is no longer correct, because the actual argument or return value is C string, not a C++ std::string, or because the reference to 'string' in the comment was used in its generic sense (e.g. 'connection string'). |