We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51eadff commit e5d64a1Copy full SHA for e5d64a1
CHANGELOG.md
@@ -4,6 +4,7 @@ Change Log -- Ray Tracing in One Weekend
4
# v3.2.1 (in progress)
5
6
### _In One Weekend_
7
+ - Delete: remove premature `cstdlib` include; not needed until we use `rand()` (#687)
8
- Fix: replace old anti-alias result image with before-and-after image (#679)
9
- Fix: undefined `vup` variable in camera definition (#686)
10
books/RayTracingInOneWeekend.html
@@ -1183,7 +1183,6 @@
1183
#define RTWEEKEND_H
1184
1185
#include <cmath>
1186
- #include <cstdlib>
1187
#include <limits>
1188
#include <memory>
1189
0 commit comments