Skip to content

Instantly share code, notes, and snippets.

@chkone
Created October 3, 2015 23:08
Show Gist options
  • Select an option

  • Save chkone/d136a56f1d99fe6517f7 to your computer and use it in GitHub Desktop.

Select an option

Save chkone/d136a56f1d99fe6517f7 to your computer and use it in GitHub Desktop.
1>------ Skipped Build: Project: RUN_TESTS, Configuration: Release x64 ------
1>Project not selected to build for this solution configuration
2>------ Build started: Project: pbrt, Configuration: Release x64 ------
2> Building Custom Rule F:/C++Libs/pbrt/pbrt-v3/pbrt-v3/CMakeLists.txt
2> CMake does not need to re-run because F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\buildVC2015\CMakeFiles\generate.stamp is up-to-date.
2> pbrtlex.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(48): warning C4005: 'INT8_MIN': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(62): note: see previous definition of 'INT8_MIN'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(49): warning C4005: 'INT16_MIN': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(65): note: see previous definition of 'INT16_MIN'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(50): warning C4005: 'INT32_MIN': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(68): note: see previous definition of 'INT32_MIN'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(52): warning C4005: 'INT8_MAX': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(71): note: see previous definition of 'INT8_MAX'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(53): warning C4005: 'INT16_MAX': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(74): note: see previous definition of 'INT16_MAX'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(54): warning C4005: 'INT32_MAX': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(77): note: see previous definition of 'INT32_MAX'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(56): warning C4005: 'UINT8_MAX': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(80): note: see previous definition of 'UINT8_MAX'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(57): warning C4005: 'UINT16_MAX': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(83): note: see previous definition of 'UINT16_MAX'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(58): warning C4005: 'UINT32_MAX': macro redefinition
2> /Users/mpharr/pbrt-3ed/b2/pbrtlex.cpp(86): note: see previous definition of 'UINT32_MAX'
2> pbrtparse.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> api.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>f:\c++libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\samplers/maxmin.h(60): warning C4554: '<<': check operator precedence for possible error; use parentheses to clarify precedence
2> bssrdf.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> camera.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> efloat.cpp
2> error.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> fileutil.cpp
2> film.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> filter.cpp
2> floatfile.cpp
2> geometry.cpp
2> imageio.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> integrator.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\integrator.cpp(159): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
2> interaction.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> interpolation.cpp
2> light.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> lowdiscrepancy.cpp
2>f:\c++libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2> material.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> medium.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\medium.cpp(174): warning C4838: conversion from 'double' to 'Float' requires a narrowing conversion
2> Generating Code...
2> Compiling...
2> memory.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> microfacet.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> parallel.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> paramset.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> parser.cpp
2> primitive.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> progressreporter.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> quaternion.cpp
2> reflection.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sampler.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sampling.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> scene.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> shape.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sobolmatrices.cpp
2> spectrum.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(989): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1002): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1015): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1028): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1041): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1054): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1067): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1080): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1092): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1105): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1118): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1131): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1144): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1157): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\spectrum.cpp(1170): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2> stats.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2> texture.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> transform.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> rply.cpp
2> targa.cpp
2> Generating Code...
2> Compiling...
2> tinyexr.cpp
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7355): warning C4244: '=': conversion from '__int64' to 'char', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7423): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7538): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7542): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7636): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7694): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7704): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7763): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7853): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7919): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(7997): warning C4244: 'initializing': conversion from '__int64' to 'unsigned char', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8011): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8024): warning C4244: 'initializing': conversion from '__int64' to 'unsigned char', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8051): warning C4244: 'initializing': conversion from '__int64' to 'unsigned char', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8107): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8119): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8160): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8257): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8366): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8408): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8636): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(8903): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(9175): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned long', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(9648): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(9889): warning C4267: 'argument': conversion from 'size_t' to '`anonymous-namespace'::miniz::mz_ulong', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(9891): warning C4267: 'argument': conversion from 'size_t' to '`anonymous-namespace'::miniz::mz_ulong', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(9896): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(9902): warning C4244: 'initializing': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10097): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10221): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned long', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10224): warning C4244: 'argument': conversion from '__int64' to 'unsigned long', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10236): warning C4244: 'initializing': conversion from '__int64' to 'unsigned long', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10239): warning C4244: 'argument': conversion from '__int64' to 'unsigned long', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10268): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\ext\tinyexr.cpp(10741): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
2> bvh.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> kdtreeaccel.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> environment.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> orthographic.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> perspective.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> realistic.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2> box.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> gaussian.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> mitchell.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sinc.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> bdpt.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> directlighting.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> mlt.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> path.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sppm.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2> volpath.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> whitted.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> diffuse.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> distant.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> Generating Code...
2> Compiling...
2> goniometric.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> infinite.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> point.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> projection.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> spot.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> fourier.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> glass.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> hair.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> kdsubsurface.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> matte.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> metal.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\materials\metal.cpp(94): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\materials\metal.cpp(103): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\materials\metal.cpp(112): warning C4838: conversion from 'double' to 'const Float' requires a narrowing conversion
2> mirror.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> mixmat.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> plastic.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> substrate.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> subsurface.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> translucent.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> uber.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> halton.cpp
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> maxmin.cpp
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\samplers/maxmin.h(60): warning C4554: '<<': check operator precedence for possible error; use parentheses to clarify precedence
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> Generating Code...
2> Compiling...
2> random.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sobol.cpp
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> stratified.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\samplers\stratified.cpp(82): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
2> zerotwosequence.cpp
2>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> cone.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> curve.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> cylinder.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> disk.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> heightfield.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> hyperboloid.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> loopsubdiv.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> nurbs.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> paraboloid.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> plymesh.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> sphere.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> bilerp.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> checkerboard.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> constant.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> dots.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> fbm.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> Generating Code...
2> Compiling...
2> imagemap.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> marble.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> mix.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> scale.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> uv.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> windy.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> wrinkled.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> grid.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> homogeneous.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
2> Generating Code...
3>------ Build started: Project: bsdftest, Configuration: Release x64 ------
4>------ Build started: Project: chi2test, Configuration: Release x64 ------
5>------ Build started: Project: exravg, Configuration: Release x64 ------
6>------ Build started: Project: exrdiff, Configuration: Release x64 ------
7>------ Build started: Project: hdrtoldr, Configuration: Release x64 ------
8>------ Build started: Project: obj2pbrt, Configuration: Release x64 ------
9>------ Build started: Project: pbrt_exe, Configuration: Release x64 ------
10>------ Build started: Project: pbrt_test, Configuration: Release x64 ------
3> bsdftest.cpp
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
3> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
5> exravg.cpp
4> chi2test.cpp
10> analytic_scenes.cpp
6> exrdiff.cpp
7> hdrtoldr.cpp
8>LINK : fatal error LNK1181: cannot open input file 'Release\pbrt.lib'
9> pbrt.cpp
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
4> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
6> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
5> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
7> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(448): warning C4114: same type qualifier used more than once
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
9> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(463): note: see reference to class template instantiation 'std::tuple<_This,_Rest...>' being compiled
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(597): warning C4114: same type qualifier used more than once
4>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
6>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
5>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
7>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(628): warning C4114: same type qualifier used more than once
9>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\tuple(697): warning C4114: same type qualifier used more than once
10>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
10> fp_tests.cpp
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10> hg.cpp
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(251): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(266): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(280): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(298): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(313): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(331): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(346): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(361): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(376): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(390): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(405): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(420): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(435): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(449): error C3551: if a trailing return type is used then the leading return type shall be the single type-specifier 'auto' (not 'const auto')
10> sampling.cpp
10>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\core\lowdiscrepancy.h(110): error C2059: syntax error: ')'
10>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\samplers/maxmin.h(60): warning C4554: '<<': check operator precedence for possible error; use parentheses to clarify precedence
10>F:\C++Libs\pbrt\pbrt-v3\pbrt-v3\src\tests\sampling.cpp(151): warning C4838: conversion from 'double' to 'Float' requires a narrowing conversion
10> Generating Code...
11>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
11>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 9 failed, 2 up-to-date, 2 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment