bootstrap: std:stoul non-portable [PR 98412]
authorNathan Sidwell <nathan@acm.org>
Mon, 21 Dec 2020 17:16:48 +0000 (09:16 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 21 Dec 2020 17:20:15 +0000 (09:20 -0800)
commit1467a5c5ab0dfbae3175b4a326467f939864dadb
tree145a40d6af3151cf30d62eceb25a91d34c382717
parentcf22f78ff6ead2b1f022d7e7367daedf459aa355
bootstrap: std:stoul non-portable [PR 98412]

Fix some more system-specific issues.  Not everyone's C++11 is the same :(

PR bootstrap/98412
libcody/
* client.cc: Include cstdlib.
* server.cc: Include cstdlib.
gcc/cp/
* mapper-client.cc: INCLUDE_STRING, INCLUDE_VECTOR.
(module_client::open_module_client): Avoid std::stoul.
* mapper-resolver.cc: INCLUDE_STRING, INCLUDE_VECTOR.
gcc/cp/mapper-client.cc
gcc/cp/mapper-resolver.cc
libcody/client.cc
libcody/server.cc