base class -> derived class autocast in eval system; completion of first pass

This commit is contained in:
Ryan Fleury
2024-01-17 13:28:03 -08:00
parent a0a6fc0988
commit d3931fd3e2
9 changed files with 124 additions and 155 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <fstream>
int main()
{
std::fstream temp;
return 0;
}