Skip to content

added <algorithm> and <limits> includes#49

Merged
chalonverse merged 1 commit into
gameprogcpp:masterfrom
CaptainMeatball:patch-1
Mar 5, 2022
Merged

added <algorithm> and <limits> includes#49
chalonverse merged 1 commit into
gameprogcpp:masterfrom
CaptainMeatball:patch-1

Conversation

@CaptainMeatball
Copy link
Copy Markdown
Contributor

@CaptainMeatball CaptainMeatball commented Mar 4, 2022

The use of std::numeric_limits, std::min_element(), std::min(), and std::max, require the inclusion of "algorithm" and "limits"

(my first pull request so if I'm doing this wrong I apologize.)

the use of numeric_limits and min_elements requires the inclusion of <algorithm> and <limits>
@chalonverse chalonverse merged commit 4828b36 into gameprogcpp:master Mar 5, 2022
@chalonverse
Copy link
Copy Markdown
Contributor

Thanks!

@CaptainMeatball CaptainMeatball deleted the patch-1 branch March 5, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants