A warning for the portability headers
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 5 Mar 2016 00:48:27 +0000 (16:48 -0800)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Sat, 5 Mar 2016 00:50:22 +0000 (16:50 -0800)
Summary: [Folly] A warning for the `portability` headers.

Reviewed By: mzlee, Orvid, meyering

Differential Revision: D3014442

fb-gh-sync-id: f6557d8021dc2a50a656685492d717fdbff1124a
shipit-source-id: f6557d8021dc2a50a656685492d717fdbff1124a

folly/portability/README.md [new file with mode: 0644]

diff --git a/folly/portability/README.md b/folly/portability/README.md
new file mode 100644 (file)
index 0000000..01e97e7
--- /dev/null
@@ -0,0 +1,12 @@
+Warning
+=======
+
+These portability headers are **internal implementation details**.
+
+They are intended to ensure that Folly can build on a variety of platforms.
+
+They are not intended to help you build your programs on these platforms.
+
+They are, and will remain, undocumented. They are, and will remain, subject to
+rapid, immediate, and drastic changes - including full rewrites and merciless
+deletions - without notice.