Update cpp generator to handle inf from float (#1758)
Use std::numeric_limits::min/max() functions plus the appropriate value to encode -inf/inf
Showing
Please register or sign in to comment
Use std::numeric_limits::min/max() functions plus the appropriate value to encode -inf/inf