]> git.pld-linux.org Git - packages/speech_tools.git/commitdiff
- s/ explicit instantiation / define the space for the definition / auto/ac/speech_tools-1_2_4-0_20030804_1
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 22 Apr 2004 09:57:38 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speech_tools-gcc34.patch -> 1.6

speech_tools-gcc34.patch

index 93a7010f495e5ed99d769d9d6be6fc330193b04e..9352539445d4085e9ee2ae06e64e219d1155122f 100644 (file)
@@ -1036,8 +1036,8 @@ diff -uNr speech_tools.orig/include/instantiate/EST_THashI.h speech_tools/includ
  #define Declare_THash_T(KEY, VAL, TAG) \
 -      VAL EST_THash< KEY, VAL >::Dummy_Value; \
 -      KEY EST_THash< KEY, VAL >::Dummy_Key; \
-+      template <> VAL EST_THash< KEY, VAL >::Dummy_Value; \
-+      template <> KEY EST_THash< KEY, VAL >::Dummy_Key; \
++      template VAL EST_THash< KEY, VAL >::Dummy_Value; \
++      template KEY EST_THash< KEY, VAL >::Dummy_Key; \
        EST_THash< KEY, VAL > TAG ## _hash_dummy(0);
  
  #define Declare_THash_Base_T(KEY, VAL, DEFAULTK, DEFAULT, ERROR,TAG) \
This page took 0.136017 seconds and 4 git commands to generate.