================ @@ -0,0 +1,100 @@ +#ifndef USE_RANGES_FAKE_STD_H +#define USE_RANGES_FAKE_STD_H +namespace std { + +template <typename T> class vector { +public: ---------------- EugeneZelenko wrote: ```suggestion ``` https://github.com/llvm/llvm-project/pull/98696