mirror of
https://github.com/boostorg/assert.git
synced 2025-08-02 05:44:28 +02:00
Rename parameters to placate -Wshadow on g++ 4.x
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
BOOST_CONSTEXPR source_location( char const * file, boost::uint_least32_t line, char const * function, boost::uint_least32_t column = 0 ) BOOST_NOEXCEPT: file_( file ), function_( function ), line_( line ), column_( column )
|
||||
BOOST_CONSTEXPR source_location( char const * file, boost::uint_least32_t ln, char const * function, boost::uint_least32_t col = 0 ) BOOST_NOEXCEPT: file_( file ), function_( function ), line_( ln ), column_( col )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user