8#ifndef INCLUDED_BDLS_OSUTIL
9#define INCLUDED_BDLS_OSUTIL
102#include <bsl_string.h>
134 std::string *osVersion,
135 std::string *osPatch);
136#ifdef BSLS_LIBRARYFEATURES_HAS_CPP17_PMR_STRING
137 static int getOsInfo(std::pmr::string *osName,
138 std::pmr::string *osVersion,
139 std::pmr::string *osPatch);
Definition bslstl_string.h:1281
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdls_fdstreambuf.h:412
Definition bdls_osutil.h:117
static int getOsInfo(bsl::string *osName, bsl::string *osVersion, bsl::string *osPatch)
static int getOsInfo(std::string *osName, std::string *osVersion, std::string *osPatch)