[PATCH] D25587: Introduce llvm FormatVariadic

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 16:37:26 PST 2016


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





More information about the llvm-commits mailing list