Skip to content

Update define.hpp#85

Merged
philbucher merged 3 commits into
masterfrom
update-define
Aug 27, 2020
Merged

Update define.hpp#85
philbucher merged 3 commits into
masterfrom
update-define

Conversation

@philbucher

Copy link
Copy Markdown
Member

minor, to be used with #84

Comment thread co_sim_io/impl/define.hpp

using SettingsType = std::unordered_map<std::string, std::string>;
// signed integer type, 32 bit in 32 bit systems, but 64bit in 64 bit systems => like std::size_t but signed
using IdType = std::ptrdiff_t;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @pooyan-dadvand, as discussed yesterday

having a typedef would allow us to change the type under the hood should it become necessary in the future

@philbucher philbucher merged commit d74836f into master Aug 27, 2020
@philbucher philbucher deleted the update-define branch August 27, 2020 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant