| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/vixcpp/cli/dev/tests/ModuleManifestTests.cpp | [Back] [Original] |
#include
#include
#include
#include
#include
namespace fs = std::filesystem;
static fs::path write(const std::string &text)
{
const auto path = fs::temp_directory_path() / "vix-module-manifest-test.module";
std::ofstream(path)
| Web Proxy Viewer | New URL | Original Page |