-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow etl::observer notification without argument #940
Comments
I noticed that you added support for this specialization in b6801b5. Are there technical obstacles for adding support only to C++≥11? My preliminary tests (before your change) did not reveal an issue in respect with older C++ versions. In the current version (20.39.0) this feature is not supported for C++<11 (test). |
In the Godbolt link for the preliminary test you have this.
The compiler option is set to That said, I've tried the unit tests with |
But it does not pass with GCC (typical!) |
Even with adding the specialisation for |
Actually, the re-write is relatively simple. For example:-
|
Great!
|
The extensions you implemented in v20.39.1 for Until now void notify_observers() Has only been added for C++≥11. |
Fixed 20.39.3 |
No description provided.
The text was updated successfully, but these errors were encountered: