“Implicit instantiation of undefined template” when forward declaring template class April 18, 2023 by Tarik Did you forget to #include something? I got this after forgetting to #include <array> When using a std::array :^)