Replies: 2 comments
-
Valid point. I will make a change to make them mutable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The recent change made the cppast objects mutable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The compound objects are not intended to be modified because methods
visit
deliver const objects. Earlier it was possible because themembers()
method was returning references to nested objects. Right now I am allowed to create an object from scratch only.New API is beautiful and very clean. However it lost some functionality which is necessary to me.
Beta Was this translation helpful? Give feedback.
All reactions