Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Support stack-allocation with initialization values #1694
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ferdonline commentedMay 3, 2017
At the moment it is only possible to stack-allocate C++ objects using the default constructor.
It would be very interesting to allow creating objects on the stack using another constructor.
E.g.