[mlpack-git] master: Corrects Boost backporting documentation (776c732)

gitdub at mlpack.org gitdub at mlpack.org
Mon Jul 25 09:35:26 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/2c026d838925df436d967439899813da5d34c702...5528947e1b32c9411d584986866cb3650a3a5303

>---------------------------------------------------------------

commit 776c732b2b7e52c1f997649c09df8d2c79ea29d8
Author: Yannis Mentekidis <mentekid at gmail.com>
Date:   Mon Jul 25 14:35:26 2016 +0100

    Corrects Boost backporting documentation


>---------------------------------------------------------------

776c732b2b7e52c1f997649c09df8d2c79ea29d8
 src/mlpack/core/boost_backport/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/core/boost_backport/README.md b/src/mlpack/core/boost_backport/README.md
index e929489..99ebb73 100644
--- a/src/mlpack/core/boost_backport/README.md
+++ b/src/mlpack/core/boost_backport/README.md
@@ -1,8 +1,8 @@
 The files in this directory are taken from Boost 1.56.0 and Boost 1.61.0 in order to backport:
 
- * Serialization support for unordered_map (Boost 1.56).  
+ * Serialization support for unordered_map (added in Boost 1.56).  
  * Trigamma and polygamma function calculation for the gamma_distribution.hpp
-   file (Boost 1.61.0)
+   file (added in Boost 1.58.0, files taken from Boost 1.61.0)
 
 Therefore these files are licensed under the Boost Software License, available
 in LICENSE.txt in this directory.
@@ -14,5 +14,5 @@ then you will need to
  * remove this entire directory
  * remove the line "boost_backport" from src/mlpack/core/CMakeLists.txt
  * change the line "find_package(Boost x.yy" in the root CMakeLists.txt so that
-   x is 1 and yy is at least 61.  (That is, make mlpack require Boost 1.61 or
+   x is 1 and yy is at least 58.  (That is, make mlpack require Boost 1.58 or
    newer).




More information about the mlpack-git mailing list