fix examples. Only reserve memory on tableobject if size > 0

This commit is contained in:
Thomas Kunze
2019-05-13 22:31:45 +02:00
parent 174e29372c
commit bb77fa7000
17 changed files with 2743 additions and 812 deletions

View File

@@ -8,6 +8,7 @@
class LinuxPlatform: public Platform
{
using Platform::_memoryReference;
using Platform::memoryReference;
public:
LinuxPlatform();