*
* deal.II implements serialization facilities by implementing the necessary
* interfaces for the <a
- * href="http://www.boost.org/doc/libs/1_46_1/libs/serialization/doc/index.html"
+ * href="http://www.boost.org/doc/libs/1_62_0/libs/serialization/doc/index.html"
* target="_top">BOOST serialization</a> library. See there for examples on
* how to save and restore objects. </dd>
*
}
* @endcode
* Note how we use <a
- * href="http://www.boost.org/doc/libs/1_37_0/libs/bind/bind.html">std_cxx11::bind</a>
+ * href="http://www.boost.org/doc/libs/1_62_0/libs/bind/bind.html">std_cxx11::bind</a>
* to <i>bind</i> certain arguments to the <code>vmult_one_row</code>
* function, leaving one argument open and thus allowing the
* parallel::transform function to consider the passed function argument as
previous minimal version of 1.54. This is because 1.54 does not support
serializing objects of type std::unique_ptr if C++11 is used, but we now
use such objects in a variety of places in classes that can be serialized.
- BOOST 1.56, on the other hand, supports this. deal.II bundles BOOST 1.56
+ BOOST 1.56, on the other hand, supports this. deal.II bundles BOOST 1.62
for cases where no or no sufficiently new version of BOOST is found on
a system.
<br>
<h3>General</h3>
<ol>
+ <li> Improved: deal.II now bundles a subset of BOOST 1.62 instead of a subset
+ of BOOST 1.56.
+ <br>
+ (David Wells, 2016/10/20)
+ </li>
+
<li> New: Add a new FiniteElement class, FE_P1NC, to implement the scalar
version of the P1 nonconforming finite element which is a piecewise linear
element on quadrilaterals in 2d.
information about feature configuration, e.g.
<pre class="cmake">
# DEAL_II_WITH_BOOST set up with external dependencies
-# BOOST_VERSION = 1.52.0
+# BOOST_VERSION = 1.61.0
# BOOST_DIR =
# Boost_INCLUDE_DIRS = /usr/include
# Boost_LIBRARIES = /usr/lib64/libboost_serialization-mt.so;/usr/lib64/libboost_system-mt.so;