You are here: My Account > Point one > Count three
Headline news
Advertisement
 

Projects / AuxUtils Cpp / FAQ

The project AuxUtils is an auxiliary C++ library that implements the missing functionality from the Boost libraries. The library provides some efficient functions and templates and wraps some platforms dependent functions.

What is the target group? Who are users?

AuxUtils library intended for designed and developers of the software applications that have some restriction or limitation at Boost functionality, which AuxUtils is eliminated.

Is the AuxUtils thread-safe?

Yes. The AuxUtils library was designed as thread safe library until you are using thread safe STL implementation.

All unit tests dont' pass.

On some operation system shared memory test may fail due to operation system configuration. Read section about shared memory in detail and check how to configure you operation system shared memory relative options.