mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
fixInnerObjTemplate2 amendment (#5047)
* fixInnerObjTemplate2 amendment: Apply inner object templates to all remaining (non-AMM) inner objects. Adds a unit test for applying the template to sfMajorities. Other remaining inner objects showed no problems having templates applied. * Move CMake directory * Rearrange sources * Rewrite includes * Recompute loops --------- Co-authored-by: Pretty Printer <cpp@ripple.com>
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
namespace ripple {
|
||||
|
||||
class STArray;
|
||||
class Rules;
|
||||
|
||||
inline void
|
||||
throwFieldNotFound(SField const& field)
|
||||
@@ -105,7 +104,7 @@ public:
|
||||
explicit STObject(SField const& name);
|
||||
|
||||
static STObject
|
||||
makeInnerObject(SField const& name, Rules const& rules);
|
||||
makeInnerObject(SField const& name);
|
||||
|
||||
iterator
|
||||
begin() const;
|
||||
|
||||
Reference in New Issue
Block a user