forked from boostorg/throw_exception
minor BOOST_THROW_EXCEPTION fix.
[SVN r58500]
This commit is contained in:
committed by
Peter Dimov
parent
e36b6abb82
commit
5962591d28
@ -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
|
||||
|
Reference in New Issue
Block a user