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

Method error_codecvt

test/path_unit_test.cpp:849–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847 {
848 public:
849 explicit error_codecvt()
850 : std::codecvt<wchar_t, char, std::mbstate_t>() {}
851 protected:
852
853 virtual bool do_always_noconv() const throw() { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected