texlive[63926] Build/source/libs/harfbuzz/harfbuzz-src/src: Fix

commits+ascherer at tug.org commits+ascherer at tug.org
Mon Jul 18 17:41:37 CEST 2022


Revision: 63926
          http://tug.org/svn/texlive?view=revision&revision=63926
Author:   ascherer
Date:     2022-07-18 17:41:37 +0200 (Mon, 18 Jul 2022)
Log Message:
-----------
Fix 'dispatch_recurse_func' for older g++.

Modified Paths:
--------------
    trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gpos-table.hh
    trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gsub-table.hh

Modified: trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gpos-table.hh
===================================================================
--- trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gpos-table.hh	2022-07-17 23:49:23 UTC (rev 63925)
+++ trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gpos-table.hh	2022-07-18 15:41:37 UTC (rev 63926)
@@ -35,6 +35,9 @@
 
 using Layout::GPOS_impl::PosLookup;
 
+namespace Layout {
+namespace GPOS_impl {
+
 // TODO(garretrieger): Move into new layout directory.
 /* Out-of-class implementation for methods recursing */
 #ifndef HB_NO_OT_LAYOUT
@@ -68,7 +71,8 @@
 }
 #endif
 
+} /* namespace GPOS_impl */
+} /* namespace Layout */
 } /* namespace OT */
 
-
 #endif /* HB_OT_LAYOUT_GPOS_TABLE_HH */

Modified: trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gsub-table.hh
===================================================================
--- trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gsub-table.hh	2022-07-17 23:49:23 UTC (rev 63925)
+++ trunk/Build/source/libs/harfbuzz/harfbuzz-src/src/hb-ot-layout-gsub-table.hh	2022-07-18 15:41:37 UTC (rev 63926)
@@ -36,6 +36,9 @@
 using Layout::GSUB::SubstLookup;
 using Layout::GSUB::ExtensionSubst;
 
+namespace Layout {
+namespace GSUB {
+
 // TODO(garretrieger): Move into the new layout directory.
 /* Out-of-class implementation for methods recursing */
 
@@ -82,8 +85,8 @@
 }
 #endif
 
-
+} /* namespace GSUB */
+} /* namespace Layout */
 } /* namespace OT */
 
-
 #endif /* HB_OT_LAYOUT_GSUB_TABLE_HH */



More information about the tex-live-commits mailing list.