[PATCH] D118111: [llvm][support] Replace `std::vector<bool>` use in YAMLTraits
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 13:21:07 PST 2022
mehdi_amini added inline comments.
================
Comment at: llvm/include/llvm/Support/YAMLTraits.h:34
#include <type_traits>
#include <vector>
----------------
Is the <vector> header still needed then?
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