#ifndef APPS_CONSTANT_H #define APPS_CONSTANT_H #include class Constant { public: constexpr static int MaxSerializedExpressionSize = 2*::TextField::maxBufferSize(); }; #endif