peerplays-fc/include/fc/reflect
theoreticalbts 8d99ea94e6 Avoid undefined behavior in enum deserialization
atoi() has undefined behavior when given a string that can't be parsed as an integer.
This patch replaces atoi() with boost_lexical_cast() and throws an exception when we get
something that's not a number.
2016-08-26 15:01:26 -04:00
..
reflect.hpp Avoid undefined behavior in enum deserialization 2016-08-26 15:01:26 -04:00
typename.hpp deque: Add std::deque to serialization / reflection 2015-06-01 17:13:51 -04:00
variant.hpp RPC now supports remote callbacks 2015-03-31 11:31:56 -04:00