Add StringRef pointer + length constructor#1872
Add StringRef pointer + length constructor#1872slipher wants to merge 1 commit intoDaemonEngine:masterfrom
Conversation
|
illwieckz
left a comment
There was a problem hiding this comment.
You have to add:
#include "Assert.h"
Or maybe move that include in |
I have a commit doing that in my branch, it works. |
|
Hu, no now on MinGW it says |
|
|
|
Well that's annoying. I checked that it compiles locally before making the PR. I guess there must be a problem when PCH is off. Maybe due to some .cpp file that doesn't include |
Yes, the generated embedded files. Actually I'm a bit annoyed to add the whole |
No description provided.