Boost logo

Boost :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-03-01 16:44:07


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.

-- 
Caleb Epstein
caleb dot epstein at gmail dot com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk