Skip to content
Snippets Groups Projects
Verified Commit 752a02a3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Dynare++: use C++11 threads (instead of POSIX threads API)

On Windows, this means that a POSIX threads implementation is no longer needed,
since C++11 threads are implemented using native Windows threads.

On GNU/Linux and macOS, POSIX threads are still used under the hood.

A new m4 macro (AX_CXX11_THREAD) is used to add the proper compilation
flags (instead of AX_PTHREAD).
parent 5ea315db
Loading
Showing
with 160 additions and 762 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment