Re: C++11 - using const and mutable for thread safety [Video]

2013-01-05 Thread Paulo Pinto
On Friday, 4 January 2013 at 19:03:14 UTC, Walter Bright wrote: On 1/4/2013 6:00 AM, Dmitry Olshansky wrote: 03-Jan-2013 12:39, Michal Minich пишет: Newly discovered changes in C++11 on using const and mutable for thread safety

Re: C++11 - using const and mutable for thread safety [Video]

2013-01-04 Thread Dmitry Olshansky
03-Jan-2013 12:39, Michal Minich пишет: Newly discovered changes in C++11 on using const and mutable for thread safety http://channel9.msdn.com/posts/C-and-Beyond-2012-Herb-Sutter-You-dont-know-blank-and-blank So now const is retrofitted as thread-safe. Again by convention. And that is true

Re: C++11 - using const and mutable for thread safety [Video]

2013-01-04 Thread Walter Bright
On 1/4/2013 6:00 AM, Dmitry Olshansky wrote: 03-Jan-2013 12:39, Michal Minich пишет: Newly discovered changes in C++11 on using const and mutable for thread safety http://channel9.msdn.com/posts/C-and-Beyond-2012-Herb-Sutter-You-dont-know-blank-and-blank So now const is retrofitted as

C++11 - using const and mutable for thread safety [Video]

2013-01-03 Thread Michal Minich
Newly discovered changes in C++11 on using const and mutable for thread safety http://channel9.msdn.com/posts/C-and-Beyond-2012-Herb-Sutter-You-dont-know-blank-and-blank