Skip to content
Snippets Groups Projects
  • Nathan Sidwell's avatar
    1467a5c5
    bootstrap: std:stoul non-portable [PR 98412] · 1467a5c5
    Nathan Sidwell authored
    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.
    1467a5c5
    History
    bootstrap: std:stoul non-portable [PR 98412]
    Nathan Sidwell authored
    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.
server.cc 6.90 KiB