Imported Upstream version 2.6.4
[platform/upstream/harfbuzz.git] / src / hb-shaper.cc
index 575ab1f..0ea68ad 100644 (file)
@@ -34,6 +34,9 @@ static const hb_shaper_entry_t all_shapers[] = {
 #include "hb-shaper-list.hh"
 #undef HB_SHAPER_IMPLEMENT
 };
+#ifndef HB_NO_SHAPER
+static_assert (0 != ARRAY_LENGTH_CONST (all_shapers), "No shaper enabled.");
+#endif
 
 #if HB_USE_ATEXIT
 static void free_static_shapers ();