texlive[50035] Build/source/texk/web2c/cwebdir: Add some C++1x class
commits+ascherer at tug.org
commits+ascherer at tug.org
Sat Feb 16 13:29:39 CET 2019
Revision: 50035
http://tug.org/svn/texlive?view=revision&revision=50035
Author: ascherer
Date: 2019-02-16 13:29:38 +0100 (Sat, 16 Feb 2019)
Log Message:
-----------
Add some C++1x class names.
C++11 deprecated 'std::auto_ptr' and introduced 'std::unique_ptr' as
improved substitute.
C++17 made this change permanent.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/cwebinputs/c++1xlib.w
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2019-02-16 01:23:42 UTC (rev 50034)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2019-02-16 12:29:38 UTC (rev 50035)
@@ -1,3 +1,7 @@
+2019-02-16 Andreas Scherer <https://ascherer.github.io>
+
+ * cwebinputs/c++1xlib.w: Add some C++1x class names.
+
2019-01-20 Andreas Scherer <https://ascherer.github.io>
* comm-w2c.ch: Use braced evaluation and save a macro variable.
Modified: trunk/Build/source/texk/web2c/cwebdir/cwebinputs/c++1xlib.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cwebinputs/c++1xlib.w 2019-02-16 01:23:42 UTC (rev 50034)
+++ trunk/Build/source/texk/web2c/cwebdir/cwebinputs/c++1xlib.w 2019-02-16 12:29:38 UTC (rev 50035)
@@ -20,3 +20,18 @@
@s unordered_multimap int
@s thread int
@s path int
+
+ at q add more std::classes from (some) C++1x headers @>
+
+ at s integral_constant int
+ at s bool_constant int
+ at s function int
+ at s mem_fn int
+ at s bad_function_call int
+ at s is_bind_expression int
+ at s is_placeholder int
+ at s reference_wrapper int
+ at s hash int
+ at s unique_ptr int
+ at s shared_ptr int
+ at s weak_ptr int
More information about the tex-live-commits
mailing list