Update of /cvsroot/boost/boost/boost/numeric/interval
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8424/boost/numeric/interval
Modified Files:
arith2.hpp
Log Message:
Change name in order to follow common practice.
Index: arith2.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/interval/arith2.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- arith2.hpp 13 Aug 2006 12:05:56 -0000 1.16
+++ arith2.hpp 6 Jun 2007 08:55:17 -0000 1.17
@@ -266,7 +266,7 @@
} // namespace interval_lib
template< class T, class Policies > inline
-interval<T, Policies> root(interval<T, Policies> const &x, int k)
+interval<T, Policies> nth_root(interval<T, Policies> const &x, int k)
{
typedef interval<T, Policies> I;
if (interval_lib::detail::test_input(x)) return I::empty();
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs