Re: [Cppcms-users] Migration Guide
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-03-03 20:36:42
|
> > For settings() it seems like that a const is missing. In general there are few const methods in CppCMS. mostly because it allow to have some side effects that for example allow caching or lazy initialization. So I'd generally recommend to use non-const member function withing cppcms application derived classes. Artyom |