#include #include #include #include namespace Poincare { void Init() { // Create and register the shared static pool static TreePool pool; TreePool::RegisterPool(&pool); } void Tidy() { // Clean Expression (reset the SymbolReplacementsLock) Expression::Tidy(); } }