|
Boost : |
From: Paul A Bristow (pbristow_at_[hidden])
Date: 2007-07-26 12:39:44
>-----Original Message-----
>From: boost-bounces_at_[hidden]
>[mailto:boost-bounces_at_[hidden]] On Behalf Of Douglas Gregor
>Sent: 26 July 2007 14:50
>To: boost_at_[hidden]
>Subject: [boost] [Subversion] Subversion repository is now
>enforcing mime-types and eol-styles
>
>Subversion handles end-of-line translation a bit differently from CVS.
>In Subversion, individual files need to be marked with both a
>mime-type
>and, for text files, an eol-style. These attributes determine how the
>Subversion client does end-of-line translation when communicating with
>the server. To maintain these properties requires some initial
>configuration of your Subversion client, described here under
>the "MIME
>types..." section:
>
> http://svn.boost.org/trac/boost/wiki/BoostSubversion
Aaaargh!
I've tried to carry out the instructions and edited config as suggested.
But, perhaps coincidentally?, I have now started to get (unwanted) commit notifications as attached, sent to the wrong list.
Please can anyone suggest how to stop this.
Thanks
Paul
--- Paul A Bristow Prizet Farmhouse, Kendal, Cumbria UK LA8 8AB +44 1539561830 & SMS, Mobile +44 7714 330204 & SMS pbristow_at_[hidden]
attached mail follows:
Discussion of changes to Boost should occur on the Boost developers
list at boost_at_[hidden]
attached mail follows:
Author: pbristow
Date: 2007-07-26 12:14:11 EDT (Thu, 26 Jul 2007)
New Revision: 7551
URL: http://svn.boost.org/trac/boost/changeset/7551
Log:
warn 4100 unref formal parameter supressed by making name a comment
Text files modified:
sandbox/math_toolkit/boost/math/special_functions/erf.hpp | 2 +-
sandbox/math_toolkit/boost/math/special_functions/expm1.hpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/math_toolkit/boost/math/special_functions/erf.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/erf.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/erf.hpp 2007-07-26 12:14:11 EDT (Thu, 26 Jul 2007)
@@ -775,7 +775,7 @@
}
template <class T, class Policy>
-inline typename tools::promote_args<T>::type erfc(T z, const Policy& pol)
+inline typename tools::promote_args<T>::type erfc(T z, const Policy& /* pol */)
{
typedef typename tools::promote_args<T>::type result_type;
typedef typename policy::evaluation<result_type, Policy>::type value_type;
Modified: sandbox/math_toolkit/boost/math/special_functions/expm1.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/expm1.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/expm1.hpp 2007-07-26 12:14:11 EDT (Thu, 26 Jul 2007)
@@ -186,7 +186,7 @@
} // namespace detail
template <class T, class Policy>
-inline typename tools::promote_args<T>::type expm1(T x, const Policy& pol)
+inline typename tools::promote_args<T>::type expm1(T x, const Policy& /* pol */)
{
typedef typename tools::promote_args<T>::type result_type;
typedef typename policy::evaluation<result_type, Policy>::type value_type;
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk