| 1968 | |
| 1969 | template <typename C, typename T> |
| 1970 | int |
| 1971 | basic_pstreambuf<C,T>::sync() |
| 1972 | { |
| 1973 | return !exited() && empty_buffer() ? 0 : -1; |
| 1974 | } |
| 1975 | |
| 1976 | /** |
| 1977 | * @param s character buffer. |
nothing calls this directly
no outgoing calls
no test coverage detected