peelonet / tempearly

Minimal scripting language / templating engine.
2 stars 0 forks source link

C++11: Use nullptr everywhere. #113

Closed RauliL closed 9 years ago

RauliL commented 9 years ago

Now that we can use features from C++11, let's change every unsafe 0 and NULL into much type safer nullptr.