[PR #2240] [MERGED] Use C++11 emplace where possible #2409

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2240
Author: @gaul
Created: 7/29/2023
Status: Merged
Merged: 7/30/2023
Merged by: @ggtakec

Base: masterHead: c++/emplace-back


📝 Commits (1)

  • efc0bb3 Use C++11 emplace where possible

📊 Changes

3 files changed (+13 additions, -16 deletions)

View changed files

📝 .clang-tidy (+0 -1)
📝 src/fdcache_fdinfo.cpp (+12 -14)
📝 src/fdcache_untreated.cpp (+1 -1)

📄 Description

This is more concise and sometimes more efficient.


🔄 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/2240 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/29/2023 **Status:** ✅ Merged **Merged:** 7/30/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `c++/emplace-back` --- ### 📝 Commits (1) - [`efc0bb3`](https://github.com/s3fs-fuse/s3fs-fuse/commit/efc0bb3b604d7261e4df5e3ea7f3d2be1626e4fb) Use C++11 emplace where possible ### 📊 Changes **3 files changed** (+13 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.clang-tidy` (+0 -1) 📝 `src/fdcache_fdinfo.cpp` (+12 -14) 📝 `src/fdcache_untreated.cpp` (+1 -1) </details> ### 📄 Description This is more concise and sometimes more efficient. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:23 +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#2409
No description provided.