[libcxx-commits] [PATCH] D59930: Parallel STL version updated
Mikhail Dvorskiy via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 28 06:16:14 PDT 2019
MikeDvorskiy created this revision.
MikeDvorskiy added reviewers: ldionne, rodgert.
Herald added a subscriber: libcxx-commits.
PSTL_VERSION 203 - > PSTL_VERSION 205
Repository:
rPSTL pstl
https://reviews.llvm.org/D59930
Files:
include/pstl/internal/pstl_config.h
Index: include/pstl/internal/pstl_config.h
===================================================================
--- include/pstl/internal/pstl_config.h
+++ include/pstl/internal/pstl_config.h
@@ -10,7 +10,7 @@
#ifndef __PSTL_config_H
#define __PSTL_config_H
-#define PSTL_VERSION 203
+#define PSTL_VERSION 205
#define PSTL_VERSION_MAJOR (PSTL_VERSION / 100)
#define PSTL_VERSION_MINOR (PSTL_VERSION - PSTL_VERSION_MAJOR * 100)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59930.192622.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190328/4cb952fa/attachment.bin>
More information about the libcxx-commits
mailing list