Files
yaml-cpp/src
Ted Lyngmo 9ab22ef493 Make SettingChange and StreamCharSourcemove constructors and assignment operators noexcept (#808)
The explicitly defaulted or implemented move constructors and assignment
operators are made "noexcept".

Bugfix:
* src/stream.cpp Stream::Stream() char_traits::int_type intro[4] is
  now aggregate-initialized (to zero) to avoid UB.

Minor changes:
* Using std::isinf() and std::signbit() instead of comparing for
  equality with infinity.
* src/streamcharsource.h: Added #include "stream.h".
* src/stream.h: Forward declaring "class StreamCharSource".
* Some implicit casting changed into static_cast's.

Signed-off-by: Ted Lyngmo <ted@lyncon.se>
2020-02-04 16:58:00 -06:00
..
2014-03-22 12:49:16 -05:00
2016-10-12 00:00:39 -05:00
2014-03-22 23:14:48 -05:00
2014-03-22 13:05:03 -05:00
2016-10-12 00:00:39 -05:00
2016-05-12 23:20:03 -05:00
2014-03-22 22:46:04 -05:00
2014-03-22 12:49:16 -05:00
2014-03-22 12:49:16 -05:00
2014-03-22 22:46:04 -05:00