]> granicus.if.org Git - icu/commitdiff
ICU-20795 Added comment to ICU4C Readme.html about U_SHOW_CPLUSPLUS_API.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 29 Aug 2019 23:42:18 +0000 (16:42 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Fri, 30 Aug 2019 17:35:40 +0000 (10:35 -0700)
icu4c/readme.html

index 6cf8dab76f67aab6d0649b76d2c82a6479cbe24f..9f43fe126fb7f2f18b1238d8dd89634bbd65de57 100644 (file)
         across library and compiler versions is very hard to achieve.
         Most ICU C++ APIs are in header files that contain a comment with
         <code>\brief C++ API</code>.
-        Consider not installing these header files.</li>
+        Consider not installing these header files, or define <code>U_SHOW_CPLUSPLUS_API</code>
+        to be <code>0</code> by modifying unicode/utypes.h before installing it.</li>
       <li><b>Disable renaming:</b> By default, ICU library entry point names
         have an ICU version suffix. Turn this off for a system-level installation,
         to enable upgrading ICU without breaking applications. For example:<br />