variant-lite icon indicating copy to clipboard operation
variant-lite copied to clipboard

Result value of the `visit` method is always r-value ref

Open flexferrum opened this issue 5 years ago • 0 comments

After the adding r-value ref get methods overloading logic of visit method invocation became broken. Now, the result of the invocation is always r-value ref which can cause curious compilation result:

https://travis-ci.org/flexferrum/Jinja2Cpp/jobs/449091716

flexferrum avatar Nov 02 '18 08:11 flexferrum