Re: [Cppcms-users] Read-only context
Brought to you by:
artyom-beilis
From: Joerg S. <jo...@be...> - 2017-01-18 17:51:28
|
On Wed, Jan 18, 2017 at 02:25:47AM +0300, Nazım Can Bedir wrote: > Joerg, > > I am not expert, but while preparing patch; especially in 'session()' > and 'cache()' functions; it's not so easy to mark some fields as mutable > as we could do it in daily C++. Since CppCMS is trying to keep ABI > stability; it uses pimpl idiom nearly everywhere. And it needs good > amount of work for refactoring to support mutable in proper way. On the contrary, that actually tends to make it easier. Joerg |