sbond75
sbond75
> I have the configure.ac file but when I run autoreconf -I it gives me this message autoreconf: failed to run aclocal: No such file or directory > > any...
I am also having this issue. Are there any workarounds or fixes for it?
Found a workaround by using a wrapper that hides the original template class: ``` #include #include template class C1Tpl { }; using C1 = C1Tpl; struct param { }; template...
Additionally, I did a test on macOS to find file creation time of a symlink using `GetFileInfo -P -d file`, and it was reported properly. However, hfsfuse doesn't report the...
I would suggest allowing it for directories as well since those are allowed to have user extended attributes in Linux. As for the possibility of using a non-user namespace, I...
I found that it is possible if you use "security", "system", or "trusted" namespaces which all have different purposes, mentioned on the same [man page](https://man7.org/linux/man-pages/man7/xattr.7.html) you sent earlier. On Linux...
Yes I would say a Makefile option makes sense. I haven't used config.mak (is it autotools-related?)
The undo sequence also breaks with `s` (the substitute command)
Is this an issue for anyone else? My Visual Studio version might just be too old