gameboy Posted April 10, 2019 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 Link to comment Share on other sites More sharing options...
Stan` Posted April 10, 2019 Share Posted April 10, 2019 Will fix it asap for some reason the commit did not add all my changes... Thanks for the report. Link to comment Share on other sites More sharing options...
Stan` Posted April 10, 2019 Share Posted April 10, 2019 It's fixed. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now