Author: brane
Date: Sat Dec 22 20:33:58 2018
New Revision: 1849576
URL: http://svn.apache.org/viewvc?rev=1849576&view=rev
Log:
* subversion/bindings/cxx/README: Describe how convenience overloads for
Boost types should work.
Modified:
subversion/trunk/subversion/bindings/cxx/README
Modified: subversion/trunk/subversion/bindings/cxx/README
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxx/README?rev=1849576&r1=1849575&r2=1849576&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxx/README (original)
+++ subversion/trunk/subversion/bindings/cxx/README Sat Dec 22 20:33:58 2018
@@ -37,7 +37,14 @@ In no particular order:
* Provide high-level constructs for common parameter types; e.g.,
revision ranges and lists for diff, merge, etc.
- * API versioning.
+ * Provide optional header-only conversions and overload for Boost types
(e.g.,
+ boost::tribool, boost::filesystem::path), which can be enabled by users by
+ defining the SVNXX_USE_BOOST symbol.
+
+ These convenience overloads and conversions must *not* make the SVN++
+ library depend on any Boost runtime libraries.
+
+ * API versioning (how?).
API COVERAGE