
2 Mar
2005
2 Mar
'05
5:15 a.m.
Caleb Epstein writes:
In the MPL reference manual, in the vector_c section, an example is given:
typedef vector_c<int,1,2,3,5,7,12,19,31> fibonacci;
These values are not correct. The numbers should be 1, 1, 2, 3, 5, 8, 13, 21, and 34 and the final number that gets push_back'd to make fibonacci2 should be 55.
Fixed in the documentation sources, thanks for the report! -- Aleksey Gurtovoy MetaCommunications Engineering