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

Method error_codecvt

test/path_unit_test.cpp:1013–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011{
1012public:
1013 explicit error_codecvt() :
1014 std::codecvt< wchar_t, char, std::mbstate_t >()
1015 {
1016 }
1017
1018protected:
1019 virtual bool do_always_noconv() const throw() { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected