[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 SERVER-13256 (see https://github.com/mongodb/mongo/commit/f2bfd36a6f3eb7e7e2587268be3cc12636703d42 and look for changes in comments).

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').


Generated at Thu Feb 08 03:33:47 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.