Skip to content
Success

Changes

Summary

  1. Change in actor ?|? function generation. It looks accessive (and in a sense it is) but this makes it constent with the general return pattern that makes sure the assignment is called. This removes a lot of warnings, but nodebug builds of the actor still fail because of another warning. (details)
  2. A bit of clean-up in the Makefile on some new rules. (details)
Commit ab94c37e5724808772c34d54ef892acf6cdedfb6 by ajbeach
Change in actor ?|? function generation. It looks accessive (and in a sense it is) but this makes it constent with the general return pattern that makes sure the assignment is called. This removes a lot of warnings, but nodebug builds of the actor still fail because of another warning.
The file was modifiedsrc/Concurrency/Actors.cpp
Commit 301e9f747c630e38dbcd276c1902135e0f3737aa by ajbeach
A bit of clean-up in the Makefile on some new rules.
The file was modifiedtests/Makefile.am