Making it happen
Do you know C++ ?
Adrian found a weird C++ issue – at the first-glance it seems a bug:
class A
{
| Print article | This entry was posted by andrei on May 12, 2006 at 11:54 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 5 years ago
It’s weird indeed, at first sight… but I’m afraid this is the behaviour specified in the ISO C++ standard. Refer to section 11.5 “Protected member access”.
about 5 years ago
Yep, we investigated the issue and indeed it’s in the standard.