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.
std::tr1::array
parametric.cpp
1 parent a10629b commit be8158aCopy full SHA for be8158a
source/base/version.h
@@ -45,7 +45,7 @@
45
#define OFFICIAL_VERSION_STRING "3.7.1"
46
#define OFFICIAL_VERSION_NUMBER 371
47
48
-#define POV_RAY_PRERELEASE "alpha.8579465"
+#define POV_RAY_PRERELEASE "alpha.8581629"
49
50
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
51
#ifdef POV_RAY_PRERELEASE
source/core/shape/parametric.cpp
@@ -38,7 +38,7 @@
38
39
#include <algorithm>
40
41
-#include <boost/array.hpp>
+#include <boost/tr1/array.hpp>
42
43
#include "core/math/matrix.h"
44
#include "core/render/ray.h"
unix/VERSION
@@ -1 +1 @@
1
-3.7.1-alpha.8579465
+3.7.1-alpha.8581629
0 commit comments