ericLemanissier
|
2fc94db3eb
|
not_null constructor is now explicit (#659)
solves #395
|
2018-04-24 19:11:43 -07:00 |
|
Zac Hansen
|
ed3693fd2e
|
make explicit not_null move constructor so it is noexcept (#630)
* make explicit not_null move constructor so it is noexcept
* added test for not_null being noexcet move constructible
|
2018-03-03 15:53:23 -08:00 |
|
Tiago
|
0d33bf6794
|
Applied iwyu --comment to the code base (#588)
|
2017-11-28 07:13:49 -08:00 |
|
bjude
|
7e529a47c2
|
Remove #pragma once (#545) (#570)
Core Guidelines SF.8 recommends using portable include guards instead.
|
2017-11-14 08:38:16 -08:00 |
|
menete
|
2ad93a38dd
|
Iosfwd (#586)
* Solves #567 with <iosfwd> approach
* adds a little testing to not_null ostream
|
2017-11-14 08:14:20 -08:00 |
|
Tiago
|
d10ebc6555
|
Drop "Dummy" from enable_if in templates (#572)
Looks like this was here because of MSVC 2013 compat which is not
supported anymore
|
2017-11-03 16:18:59 -07:00 |
|
Tiago
|
4862a270b9
|
Move GSL pointers to a separate header (#566)
|
2017-10-31 10:19:12 -07:00 |
|