Which version of boost is used? Version 1.0? #95
craigtao
announced in
Announcements
Replies: 3 comments
|
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. |
0 replies
|
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 |
0 replies
|
CppCMS is similar to the .NET platform's webform |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Which version of boost is used? Version 1.0?
thanks.
All reactions