|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58499 - branches/release/boost
From: emil_at_[hidden]
Date: 2009-12-22 15:59:23
Author: emildotchevski
Date: 2009-12-22 15:59:23 EST (Tue, 22 Dec 2009)
New Revision: 58499
URL: http://svn.boost.org/trac/boost/changeset/58499
Log:
minor BOOST_THROW_EXCEPTION fix.
Text files modified:
branches/release/boost/throw_exception.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/throw_exception.hpp
==============================================================================
--- branches/release/boost/throw_exception.hpp (original)
+++ branches/release/boost/throw_exception.hpp 2009-12-22 15:59:23 EST (Tue, 22 Dec 2009)
@@ -39,7 +39,7 @@
# define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(::boost::enable_error_info(x) <<\
::boost::throw_function(BOOST_CURRENT_FUNCTION) <<\
::boost::throw_file(__FILE__) <<\
- ::boost::throw_line((int)__LINE__))
+ ::boost::throw_line(__LINE__))
#else
# define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x)
#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk