artyom-beilis/cppcms

Which version of boost is used? Version 1.0?

Closed this issue · 3 comments

Which version of boost is used? Version 1.0?

thanks.

cppcms does not use boost at all.

It has internal "booster" that has some similarities and some of the code taken from boost but it is build for stable api and it is part of standard CppCMS build. And starting from 2.0 many if its features replaced with C++11 libraries.

wow! amazing! you are a master.

CppCMS is very interesting because it converts tmpl files containing HTML layouts into cpp files through python scripts: statically compile HTML into native apps

CppCMS is similar to the .NET platform's webform