yohhoyの日記

技術的メモをしていきたい日記

名前空間posix

C++11からは新しく名前空間 posix が予約された。ただし名前空間以下には何も定義されていない。

17.6.4.2.2 Namespace posix
1 The behavior of a C++ program is undefined if it adds declarations or definitions to namespace posix or to a namespace within namespace posix unless otherwise specified. The namespace posix is reserved for use by ISO/IEC 9945 and other POSIX standards.

関連URL