Anton Potapov
Anton Potapov
@cdluminate how critical support of IA64 for a debian releases? Is it must have or optional?
(Unofficial) Link that works (at least for now) http://wwweic.eri.u-tokyo.ac.jp/computer/manual/eic2015/doc/intel/en_US/tbb/tbb_ugref/index.htm#reference/task_scheduler.htm
@Lastique , @isaevil This patch contains multiple logically independent parts. Some of them are pure bugs in the implementation, while other needs spec extensions/fixes and thus some more discussions. My...
@Lastique, oneTBB has [specification ](https://spec.oneapi.io/versions/latest/elements/oneTBB/source/nested-index.html)to conform with. For the associative containers it clearly specify return type of `operator=`. Current implementation of these containers does not conform with the spec and...
@pavelkumbrasev , I believe now it's your chance to review it :)
@aleksei-fedotov, @pavelkumbrasev any chances to review this ?
> @KFilipek > > In any way, the initialization of an `std::atomic` variable is not atomic (https://en.cppreference.com/w/cpp/atomic/atomic/atomic) and because of this, there may be errors. It's best solution to use...
BTW, How to do the opposite, i.e. parse returned results into C++ objects ? (I did a quick search, but did not mange to find, as unfamiliar with the codebase...
having this : ```c++ ::sqlpp::postgresql::connection::_serializer_context context; std::string serialized_query = serialize(query, context).str(); ``` DSL expression can be serialized into text to be sent (asynchronously) to the DB. Once the reply is...
to notice : `detail/_machine.h` [includes](https://github.com/oneapi-src/oneTBB/blob/e82d250338d3253b862c96715637870e7cfe408f/include/oneapi/tbb/detail/_machine.h#L33) `windows.h` as well, however only for `TBB Malloc` build (`#ifdef __TBBMALLOC_BUILD`).