stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
947 stars 107 forks source link

UCompileTimeRESPEncoder sync #71

Closed victorstewart closed 5 years ago

victorstewart commented 5 years ago

bug fixes + cleaned up the code and parameter list some.

come GCC 10 and full c++20 this code can shrink significantly once constexpr new is implemented. otherwise need to process in several passes to set explicit array sizes.