[PR #2619] [MERGED] Remove explicit std::string constructors #2671

Closed
opened 2026-03-04 02:06:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2619
Author: @gaul
Created: 12/14/2024
Status: Merged
Merged: 12/15/2024
Merged by: @ggtakec

Base: masterHead: string/ctor


📝 Commits (1)

  • 9ab549e Remove explicit std::string constructors

📊 Changes

4 files changed (+9 additions, -9 deletions)

View changed files

📝 src/fdcache_entity.cpp (+2 -2)
📝 src/mpu_util.cpp (+1 -1)
📝 src/s3fs.cpp (+5 -5)
📝 src/s3fs_cred.cpp (+1 -1)

📄 Description

char * automatically convert via the implicit std::string constructor.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2619 **Author:** [@gaul](https://github.com/gaul) **Created:** 12/14/2024 **Status:** ✅ Merged **Merged:** 12/15/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `string/ctor` --- ### 📝 Commits (1) - [`9ab549e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9ab549e31e6a44e0721e5a6253c40902e61b2f9e) Remove explicit std::string constructors ### 📊 Changes **4 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache_entity.cpp` (+2 -2) 📝 `src/mpu_util.cpp` (+1 -1) 📝 `src/s3fs.cpp` (+5 -5) 📝 `src/s3fs_cred.cpp` (+1 -1) </details> ### 📄 Description `char *` automatically convert via the implicit `std::string` constructor. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2671
No description provided.