Opened 11 years ago
Closed 11 years ago
#6255 closed Bugs (invalid)
when define an array, the dimension can be a variable
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | To Be Determined | Component: | None | 
| Version: | Boost 1.48.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
int main() {
int b = 10; int array[b]; array[0] = 100; b = 20; return 0;
}
it is ok with these code? Is there something wrong with it?
  Note:
 See   TracTickets
 for help on using tickets.
    

This has nothing to do with Boost.