[PATCH] D25587: Introduce llvm FormatVariadic
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 16:45:54 PST 2016
Hopefully fixed in r286691
On Fri, Nov 11, 2016 at 4:37 PM Ed Maste <emaste at freebsd.org> wrote:
> emaste added a comment.
>
> FreeBSD build is failing:
>
> ../include/llvm/Support/FormatProviders.h:360:10: error: no member named
> 'vector' in namespace 'std'
> std::vector<const char *> Delims = {"[]", "<>", "()"};
> ~~~~~^
> ../include/llvm/Support/FormatProviders.h:360:17: error: expected
> expression
> std::vector<const char *> Delims = {"[]", "<>", "()"};
> ^
> ../include/llvm/Support/FormatProviders.h:361:26: error: use of
> undeclared identifier 'Delims'
> for (const char *D : Delims) {
> ^
> 3 errors generated.
>
>
> Repository:
> rL LLVM
>
> https://reviews.llvm.org/D25587
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161112/ea19abd6/attachment.html>
More information about the llvm-commits
mailing list