Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1091 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

tango.text.locale.Core accesses private members of tango.text.locale.Data

Reported by: lindquist Assigned to: larsivi
Priority: major Milestone: 0.99.7
Component: Core Functionality Version: trunk
Keywords: Cc:

Description

CulutureData?.cultureDataTable should most likely have package protection.

I've posted a simple fix for DMD in the related ticket: http://d.puremagic.com/issues/show_bug.cgi?id=1161

Change History

05/05/08 12:06:35 changed by lindquist

05/05/08 15:21:04 changed by larsivi

  • owner changed from sean to larsivi.
  • status changed from new to assigned.

05/07/08 14:15:37 changed by larsivi

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3490]) culture table is now package protected, closes #1091, thanks lindquist