Thread: const arrays
View Single Post
  #6  
Old 02-15-2007, 11:48 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
To be efficient the const arrays would need to be like normal variables, similar like they are in most languages (only the compiler complains when you access a variable marked as const). It is not planned yet to add that, it's different to the normal const and enums.
Reply With Quote