mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Merge remote-tracking branch 'remotes/origin/develop'
This commit is contained in:
11
meta/libraries.json
Normal file
11
meta/libraries.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"key": "system",
|
||||||
|
"name": "System",
|
||||||
|
"authors": [
|
||||||
|
"Beman Dawes"
|
||||||
|
],
|
||||||
|
"description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.",
|
||||||
|
"category": [
|
||||||
|
"System"
|
||||||
|
]
|
||||||
|
}
|
@ -41,7 +41,8 @@ int main()
|
|||||||
std::cout << "BOOST_POSIX_API is not defined" << std::endl;
|
std::cout << "BOOST_POSIX_API is not defined" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
#ifdef BOOST_PLAT_WINDOWS_DESKTOP
|
#ifdef BOOST_PLAT_WINDOWS_DESKTOP
|
||||||
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is defined" << std::endl;
|
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is defined as "
|
||||||
|
<< BOOST_PLAT_WINDOWS_DESKTOP << std::endl;
|
||||||
#else
|
#else
|
||||||
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is not defined" << std::endl;
|
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is not defined" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user