|
[
Permlink
| « Hide
]
Martin Sebor added a comment - 18/Mar/08 03:57 PM
Target 4.2.1.
Travis, please take a look at this at your next opportunity.
Seems to be a compiler bug in the old SunPro compiler. Testcase follows
$ cat t.cpp && CC t.cpp
struct S
{
private:
enum { size = 10 };
struct A
{
char buf [size];
};
};
int main ()
{
return 0;
}
"t.cpp", line 10: jError: S::size is not accessible from S::A.
1 Error(s) detected.
Committed to trunk in r640567
Merged in 4.2.x branch thus: http://svn.apache.org/viewvc?view=rev&revision=648752
Closing resolved and verified 4.2.1 issue.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||