Skip to content
Snippets Groups Projects
Commit 31467c75 authored by Axel Naumann's avatar Axel Naumann
Browse files

Do not rely on value printer to side-#include <string>.

parent 4b57fdf3
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ setLang("en_US.UTF-8");
const char* Data = (const char*) 0x01
// CHECK: (const char *) 0x{{.+}} <invalid memory address>
#include <string>
std::string RawData("\x12""\x13");
cling::printValue(&RawData)[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment