minor BOOST_THROW_EXCEPTION fix.

[SVN r58500]
This commit is contained in:
Emil Dotchevski
2009-12-22 21:34:34 +00:00
parent 21ecbb3614
commit 6a92851a38
2 changed files with 8454 additions and 8470 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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