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

Method test_codecvt

test/test_codecvt.hpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33public:
34 explicit test_codecvt() :
35 std::codecvt< wchar_t, char, std::mbstate_t >()
36 {
37 }
38
39protected:
40 virtual bool do_always_noconv() const throw() { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected