mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-26 14:45:52 +00:00
@@ -23,8 +23,7 @@
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
struct TmpFile
|
||||
{
|
||||
struct TmpFile {
|
||||
std::string const path;
|
||||
|
||||
TmpFile(std::string_view content) : path{std::tmpnam(nullptr)}
|
||||
|
||||
Reference in New Issue
Block a user