Stiffstream / sobjectizer

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

Home Page:https://stiffstream.com/en/products/sobjectizer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SO_5_TYPE shouldn't be used for so_5::stats::messages::quantity

eao197 opened this issue · comments

The so_5::stats::messages::quantity type now uses SO_5_TYPE modifier:

struct SO_5_TYPE quantity : public message_t

It prevents to use quantity with other types of data, like quantity<int> when SObjectizer is compiled as dynamic library on Windows.