| 43 | |
| 44 | small_array() noexcept : p(buf) {} |
| 45 | ~small_array() noexcept |
| 46 | { |
| 47 | if (BOOST_UNLIKELY(p != buf)) |
| 48 | std::free(p); |
| 49 | } |
| 50 | } |
| 51 | wmode; |
| 52 | std::size_t wmode_len = std::mbstowcs(wmode.p, mode, sizeof(wmode.buf) / sizeof(wchar_t)); |
nothing calls this directly
no outgoing calls
no test coverage detected