Why can’t I construct a queue/stack with brace-enclosed initializer lists? (C++11) September 16, 2023 by Tarik queue<int> q({1, 2, 3});