3 Commits

Author SHA1 Message Date
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