Simple Vector Library 1.5 http://www.cs.cmu.edu/~ajw/doc/svl.html

Files at this revision

API Documentation at this revision

Comitter:
BartJanssens
Date:
Tue Jan 05 13:37:50 2016 +0000
Parent:
0:785cff1e5a7c
Commit message:
fixed va_list bug

Changed in this revision

Mat.cpp Show annotated file Show diff for this revision Revisions of this file
Vec.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 785cff1e5a7c -r e25ff4b06ed2 Mat.cpp
--- a/Mat.cpp	Mon Jan 04 15:19:10 2016 +0000
+++ b/Mat.cpp	Tue Jan 05 13:37:50 2016 +0000
@@ -13,7 +13,7 @@
 
 //#include <cctype>
 //#include <cstring>
-//#include <cstdarg>
+#include <cstdarg>
 //#include <iomanip>
 
 
diff -r 785cff1e5a7c -r e25ff4b06ed2 Vec.cpp
--- a/Vec.cpp	Mon Jan 04 15:19:10 2016 +0000
+++ b/Vec.cpp	Tue Jan 05 13:37:50 2016 +0000
@@ -14,7 +14,7 @@
 
 //#include <cctype>
 //#include <cstring>
-//#include <cstdarg>
+#include <cstdarg>
 //#include <iomanip>
 #include "Vec2.h"
 #include "Vec3.h"