Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Improvements to provide correct order of static initialization inside the Bus module #12

Merged
merged 2 commits into from Apr 23, 2016

Conversation

forGGe
Copy link
Collaborator

@forGGe forGGe commented Apr 22, 2016

No description provided.

Type is intended to be used as agregate for static functions and static
members. So no need to construct an object of Bus type.
In order to prevent "static initialization fiasco" bunch of
initialization routines must be implemented. General approach in
described in https://isocpp.org/wiki/faq/ctors
@forGGe
Copy link
Collaborator Author

forGGe commented Apr 22, 2016

/cc @vadimol

@forGGe forGGe merged commit 1d4e378 into develop Apr 23, 2016
forGGe added a commit that referenced this pull request Apr 23, 2016
Improvements to provide correct order of static initialization inside the Bus module
@forGGe forGGe deleted the bus_static_init branch April 23, 2016 12:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant