File: tostrings.cpp

package info (click to toggle)
dewalls 1.0.0%2Bds1-9
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 780 kB
  • sloc: cpp: 6,464; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#include "tostrings.h"

//namespace Catch {
//template<> std::string toString<QString>(QString const& s) {
//    return s.toLocal8Bit().constData();
//}
//}