[PR #2488] Experiment with C++17 #2571

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2488
Author: @gaul
Created: 7/4/2024
Status: 🔄 Open

Base: masterHead: c++17


📝 Commits (1)

📊 Changes

15 files changed (+31 additions, -46 deletions)

View changed files

📝 configure.ac (+1 -1)
📝 src/cache.cpp (+1 -1)
📝 src/curl.cpp (+0 -1)
📝 src/curl.h (+2 -2)
📝 src/fdcache_entity.cpp (+2 -7)
📝 src/fdcache_page.cpp (+5 -2)
📝 src/fdcache_page.h (+1 -1)
📝 src/fdcache_stat.cpp (+1 -6)
📝 src/mpu_util.cpp (+3 -4)
📝 src/s3fs_util.cpp (+2 -12)
📝 src/s3fs_xml.cpp (+7 -6)
📝 src/s3fs_xml.h (+2 -1)
📝 src/s3objlist.cpp (+2 -1)
📝 src/s3objlist.h (+1 -1)
📝 src/string_util.h (+1 -0)

📄 Description

Most of these features should work now that we dropped CentOS 7 support.


🔄 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/2488 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/4/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `c++17` --- ### 📝 Commits (1) - [`9c3528b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9c3528b1f469b5c5bf48cd9bb832e9da4f1d659f) Experiment with C++17 ### 📊 Changes **15 files changed** (+31 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `configure.ac` (+1 -1) 📝 `src/cache.cpp` (+1 -1) 📝 `src/curl.cpp` (+0 -1) 📝 `src/curl.h` (+2 -2) 📝 `src/fdcache_entity.cpp` (+2 -7) 📝 `src/fdcache_page.cpp` (+5 -2) 📝 `src/fdcache_page.h` (+1 -1) 📝 `src/fdcache_stat.cpp` (+1 -6) 📝 `src/mpu_util.cpp` (+3 -4) 📝 `src/s3fs_util.cpp` (+2 -12) 📝 `src/s3fs_xml.cpp` (+7 -6) 📝 `src/s3fs_xml.h` (+2 -1) 📝 `src/s3objlist.cpp` (+2 -1) 📝 `src/s3objlist.h` (+1 -1) 📝 `src/string_util.h` (+1 -0) </details> ### 📄 Description Most of these features should work now that we dropped CentOS 7 support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2571
No description provided.