|
|
Home » U++ Library support » U++ Core » #ifdef PLATFORM_POSIX
#include <bits/atomicity.h> for POSIX ?
#ifdef PLATFORM_POSIX
#include <bits/atomicity.h> for POSIX ? [message #10585] |
Tue, 17 July 2007 19:37  |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
Hi,
is the include (lines 340 to 342) in Core.h really needed?
#ifdef PLATFORM_POSIX
#include <bits/atomicity.h>
#endif
The include on my system is not needed, at least the compiler does not complain.
Background for this question is a compile error when using GCC 4.2 where atomicity.h is located in ext dir and I wonder if I can simply uncomment it.
I need this information for FreeBSD 7 systems, since GCC 4.2 is the default compiler there.
Matthias
931b81e7ea53320dccc37375b34b38c3
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Mon May 12 08:21:28 CEST 2025
Total time taken to generate the page: 0.03256 seconds
|
|
|