Skip to content
Commit a1d07d57 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

<algorithm> no longer needs to include <cstdlib>, but can get away with just...

<algorithm> no longer needs to include <cstdlib>, but can get away with just <cstddef>.  This was brought to my attention by Salvatore Benedetto in his port to a bare-metal coretex-m3.  This exposed two test bugs where an explicit #include <cstdlib> was needed.

llvm-svn: 160786
parent 6a03f169
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment