Sébastien Rombauts
|
e6288ee920
|
Update copyright notice
|
2020-01-01 08:08:59 +01:00 |
|
Sébastien Rombauts
|
f9cd39b278
|
Improve and complete unit tests of Exception
|
2019-12-29 23:33:37 +01:00 |
|
Sébastien Rombauts
|
1eda5c751c
|
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
|
2019-06-16 15:48:57 +02:00 |
|
Sébastien Rombauts
|
2cb3cb2fef
|
Update copyright notice
|
2019-03-02 15:46:53 +01:00 |
|
Sébastien Rombauts
|
d020c5f694
|
Update copyright notices to 2018
|
2018-01-24 11:26:38 +01:00 |
|
fekir
|
a826dcacc1
|
Improve test for constructor consistency
|
2017-08-19 09:19:55 +02:00 |
|
fekir
|
b2f059e188
|
Add test for constructor consistency
|
2017-08-19 09:18:28 +02:00 |
|
fekir
|
94ebe5ced6
|
Add default copy constructor to exception class
The throw statement may copy the exception, since exception are thrown by value
Having const members disables the assignment operator
|
2017-08-19 08:53:01 +02:00 |
|