Search Issue Tracker
Duplicate
Votes
0
Found in
2019.1.0b1
2019.1.0b8
Issue ID
1139138
Regression
Yes
[IL2CPP] " 'numeric_limits': is not a member of 'std' " error is thrown when compiling IL2CPP player
Steps to reproduce:
1. Download attached project
2. Build project for IL2CPP Standalone player
Results: Build fails with error: 'numeric_limits': is not a member of 'std' in il2cppOutput\Il2CppAttributes.cpp
Reproduced with:2019.2.0a11, 2019.1.0b1
Not reproducible with: 2019.1.0a14
Regression introduced in: 2019.1.0b1
Workaround: In build settings enables Visual Studio Solution and build the project. Open build VS solution. Navigate to Il2CppAttributes.cpp and in it add #include <limits> header.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1139579