|
The index page of Boost Random Number Library ( http://www.boost.org/libs/random/index.html) contains a "quick start" example code fragment: For a very quick start, here's an example:
The compiler points to the most complicated line, and suggests there is an error before the '::' symbol. There are three '::' symbols on that line. This is an ugly way to start using a library, hunting for a bug. Please fix the example. |
