Skip to content

Commit 6979949

Browse files
authored
Merge pull request #89 from cpp-io2d/hatcat-patch-1
Update README.md
2 parents 21ae92c + 95acd33 commit 6979949

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ For GNU/Linux platforms, it currently requires a non-ancient version of GNU auto
2121

2222
For OS X, I have tested it on High Sierra using X11 and MacPorts (with the relevant dependencies).
2323

24+
Namespace
25+
-------------
26+
The implementation lives in the std::experimental namespace. As per 15.5.4.2.1 of the C++ standard: "Unless otherwise specified, the behavior of a C++ program is undefined if it adds declarations or definitions to namespace std or to a namespace within namespace std." Proceed at your own risk!
27+
2428
Feedback
2529
-------------
2630
If you have found a bug in the reference implementation or have a suggestion for improving P0267 please read the following. Note that any contributions must comply with the ISO patent and copyright policy, an overview of which is available in the ISO document [Participating in International Standardization](http://www.iso.org/iso/joining_in_2012.pdf).

0 commit comments

Comments
 (0)