Files
rippled/src/ripple/json/impl
Howard Hinnant db3b4dd396 Prevent accidental aggregates
*  The compiler can provide many non-explicit constructors for
   aggregate types.  This is sometimes desired, but it can
   happen accidentally, resulting in run-time errors.

*  This commit assures that no types are aggregates unless existing
   code is using aggregate initialization.
2018-04-08 01:52:11 -07:00
..
2015-06-29 17:11:17 -07:00
2013-09-19 20:54:12 -07:00
2018-03-01 15:59:40 -08:00
2015-06-02 16:52:23 -07:00
2013-09-19 20:54:12 -07:00
2018-04-08 01:52:11 -07:00