[PR #676] [MERGED] Move str definition from header to implementation #1599

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/676
Author: @gaul
Created: 11/18/2017
Status: Merged
Merged: 11/19/2017
Merged by: @ggtakec

Base: masterHead: sstream


📝 Commits (1)

  • bbad76b Move str definition from header to implementation

📊 Changes

3 files changed (+20 additions, -9 deletions)

View changed files

📝 src/curl.cpp (+4 -3)
📝 src/string_util.cpp (+15 -0)
📝 src/string_util.h (+1 -6)

📄 Description

Also clean up some char * to std::string conversions.


🔄 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/676 **Author:** [@gaul](https://github.com/gaul) **Created:** 11/18/2017 **Status:** ✅ Merged **Merged:** 11/19/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `sstream` --- ### 📝 Commits (1) - [`bbad76b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/bbad76bb718bbef06dc1c09f49911aff1eeb153f) Move str definition from header to implementation ### 📊 Changes **3 files changed** (+20 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+4 -3) 📝 `src/string_util.cpp` (+15 -0) 📝 `src/string_util.h` (+1 -6) </details> ### 📄 Description Also clean up some `char *` to `std::string` conversions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:15 +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#1599
No description provided.