Added runtime type size check to ComponentWrapper to avoid corruption when types don't match

This commit is contained in:
2016-01-17 00:53:31 +01:00
parent d8a24bbfde
commit 6385a98eca
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <memory>
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <unordered_map>