[PATCH] D118111: [llvm][support] Replace `std::vector<bool>` use in YAMLTraits
Jan Svoboda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 13:42:15 PST 2022
jansvoboda11 added inline comments.
================
Comment at: llvm/include/llvm/Support/YAMLTraits.h:34
#include <type_traits>
#include <vector>
----------------
mehdi_amini wrote:
> Is the <vector> header still needed then?
Yes, see the rest of the diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118111/new/
https://reviews.llvm.org/D118111
More information about the llvm-commits
mailing list