File: cxx11-std-codecvt_utf8_utf16.cpp

package info (click to toggle)
innoextract 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: cpp: 12,229; python: 1,703; sh: 76; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#include <codecvt>

int main() {
	std::codecvt_utf8_utf16<wchar_t> codecvt;
	return 0;
}