]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/parallel/partition.h
c++config (std::size_t, [...]): Provide typedefs.
[thirdparty/gcc.git] / libstdc++-v3 / include / parallel / partition.h
index 0d5a139968c9472592aab8b7bbe7af597a70a68c..27b3871f41b0ea868e0e5c7213a9b93b94575ffb 100644 (file)
@@ -73,7 +73,7 @@ namespace __gnu_parallel
                                         __leftnew, __rightnew;
 
       // just 0 or 1, but int to allow atomic operations
-      int* __reserved_left = NULL, * __reserved_right = NULL;
+      int* __reserved_left = 0, * __reserved_right = 0;
 
       _DifferenceType __chunk_size = __s.partition_chunk_size;