ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Enforce 0-object creation with templates #21

Closed ColinGilbert closed 8 years ago

ColinGilbert commented 8 years ago

At present, the application must initialize the first object or crashes occur. Make it non-optional to create a sentinel object. Also, allow the user to handle such accesses.

ColinGilbert commented 8 years ago

At a loss wrt. how to do so elegantly. Will defer to later date.