| 73 | } |
| 74 | |
| 75 | inline char string_back(const std::string &value) { |
| 76 | return value[value.length() - 1]; |
| 77 | } |
| 78 | |
| 79 | // Helper method that retrieves ::data() from a vector in a way that is |
| 80 | // compatible with pre C++11 STLs (e.g stlport). |
no test coverage detected