MCPcopy Create free account
hub / github.com/boostorg/filesystem / convert

Function convert

test/operations_test.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58#include <windows.h>
59
60inline std::wstring convert(const char* c)
61{
62 std::string s(c);
63
64 return std::wstring(s.begin(), s.end());
65}
66
67// Note: these three setenv* functions are not general solutions for the missing
68// setenv* problem on VC++. See Microsoft's _putenv for that need, and ticker #7018

Callers 2

setenv_Function · 0.70
unsetenv_Function · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected