gameboy Posted April 10, 2019 Report Share Posted April 10, 2019 Today, I tested the latest SVN22175, and I made these errors at compile time: Error 281 error C2039: 'uniform_real_distribution' : is not a member of 'boost' (..\..\..\source\simulation2\components\tests\test_RangeManager.cpp) D:\trunk\source\simulation2\components\tests\test_RangeManager.h 134 1 test Error 282 error C2065: 'uniform_real_distribution' : undeclared identifier (..\..\..\source\simulation2\components\tests\test_RangeManager.cpp) D:\trunk\source\simulation2\components\tests\test_RangeManager.h 134 1 test Error 283 error C2062: type 'double' unexpected (..\..\..\source\simulation2\components\tests\test_RangeManager.cpp) D:\trunk\source\simulation2\components\tests\test_RangeManager.h 134 1 test Error 284 error C2039: 'uniform_real_distribution' : is not a member of 'boost' (..\..\..\source\simulation2\components\tests\test_RangeManager.cpp) D:\trunk\source\simulation2\components\tests\test_RangeManager.h 135 1 test Error 285 error C2065: 'uniform_real_distribution' : undeclared identifier (..\..\..\source\simulation2\components\tests\test_RangeManager.cpp) D:\trunk\source\simulation2\components\tests\test_RangeManager.h 135 1 test Error 286 error C2062: type 'double' unexpected (..\..\..\source\simulation2\components\tests\test_RangeManager.cpp) D:\trunk\source\simulation2\components\tests\test_RangeManager.h 135 1 test 1 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted April 10, 2019 Report Share Posted April 10, 2019 Will fix it asap for some reason the commit did not add all my changes... Thanks for the report. Quote Link to comment Share on other sites More sharing options...
Stan` Posted April 10, 2019 Report Share Posted April 10, 2019 It's fixed. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.