aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/parallel/partition.h')
-rw-r--r--libstdc++-v3/include/parallel/partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/parallel/partition.h b/libstdc++-v3/include/parallel/partition.h
index 0d5a139..27b3871 100644
--- a/libstdc++-v3/include/parallel/partition.h
+++ b/libstdc++-v3/include/parallel/partition.h
@@ -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;