We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basic_file::open_filebuf
static
1 parent c41dccb commit 3c94b66Copy full SHA for 3c94b66
include/tmp/file
@@ -120,7 +120,7 @@ private:
120
/// @param file The file stream
121
/// @returns The new file device
122
/// @throws std::filesystem::filesystem_error if cannot open the file stream
123
- decltype(sb) open_filebuf(std::FILE* file) {
+ static decltype(sb) open_filebuf(std::FILE* file) {
124
constexpr auto mode = std::ios::binary | std::ios::in | std::ios::out;
125
decltype(sb) sb;
126
#if defined(_MSC_VER)
0 commit comments