summaryrefslogtreecommitdiff
path: root/Examples/ocaml/std_string/README
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ocaml/std_string/README')
-rw-r--r--Examples/ocaml/std_string/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/ocaml/std_string/README b/Examples/ocaml/std_string/README
index 566553083..ccebecbaf 100644
--- a/Examples/ocaml/std_string/README
+++ b/Examples/ocaml/std_string/README
@@ -1,3 +1,9 @@
+--- New ---
+
+It's not possible to access std::(w)string at the moment as it breaks other string examples.
+
+--- Old ---
+
This example shows how to use both std::string and std::wstring in Ocaml,
and also demonstrates that one might use this to make a locale-obedient
Ocaml program.