mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-17 19:29:31 +01:00
Changed "const X ref"s to "X const ref"s
- Brought older code up to current convention (with the help of a Python script)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Catch {
|
||||
class NotImplementedException : public std::exception
|
||||
{
|
||||
public:
|
||||
NotImplementedException( const SourceLineInfo& lineInfo );
|
||||
NotImplementedException( SourceLineInfo const& lineInfo );
|
||||
|
||||
virtual ~NotImplementedException() throw() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user