You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> By comparison, Version 3.1 would have forced to store the view resulting
258
+
> from `f | as_scalar` into a temporary as follows:
259
+
>
260
+
> ~~~~{.cxx}
261
+
> auto tmp = f | as_scalar;
262
+
> assign(ctx, tmp, f2 | as_scalar);
263
+
> ~~~~
264
+
239
265
# Issues fixed
240
266
267
+
## Issue 236: [mgis-function] Allow "assignement" operator | and `assign` algorithm to work on temporary views
268
+

269
+
270
+
For more details, see <https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/236>
271
+
272
+
## Issue #233: [cmake] Add a build-tests target
273
+
274
+
For more details, see <https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/233>
275
+
276
+
## Issue 232: [mgis-function] add more constraint on the `assign` algorithm to detect if values of the function can be assigned to the values of the evaluator
277
+
278
+
For more details, see <https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/232>
279
+
241
280
## Issue 227: [mgis-function] allow modifiers and views to take lightweigh functions views by copy, i.e. alleviate restrictions that views and modifiers can't operate on temporaries
242
281
243
282
For more details, see <https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/227>
0 commit comments