I know the header is being hash-included in the FBCG.cpp file anyway, but we still include “using int32 = int;” anyway. So why wouldn’t we also include “using FString = std::string;”?
Obviously the code still works, but still curious. Is it just an inconsistency in practice? Should we include both statements, or neither?
screenshot of git changes to the .cpp from this lecture, circle emphases mine: