I am writing a C++ program where I wish to use a friend class in order to access protected members of another class. Here is the header for the class I wish to
While trying to wrap my head around C++ templates I have run into a compiler warning I do not understand. In below vec.h Visual Studio 2019 will put a green squ