<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4903" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Strange skill sort error in GGC 8 compile</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4903</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Strange skill sort error in GGC 8 compile</title>
   <link>https://smaugmuds.afkmods.com/topic/strange-skill-sort-error-in-ggc-8-compile-4903/&amp;p=23925#p23925</link>
   <description>Ok, so, I don&#039;t know why this was necessary (cryptic errors suck) but the fix to get it compiling again was simple: skill_index.h [code]class string_sort { public: string_sort(  ); bool operator(  ) ( const string &amp;amp;, const string &amp;amp; ) const; };[/code] skills.cpp [code]bool string_sort::operator(  ) ( const string &amp;amp; left, const string &amp;amp; right ) const { return ( left.compare( right ) &amp;lt; 0 ); }[/code] Sometimes going down the rabbit hole on Google leads to a good guess at</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/strange-skill-sort-error-in-ggc-8-compile-4903/&amp;p=23925#p23925</guid>
   <pubDate>Tue, 17 Mar 2020 02:25:52 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Strange skill sort error in GGC 8 compile</title>
   <link>https://smaugmuds.afkmods.com/topic/strange-skill-sort-error-in-ggc-8-compile-4903/&amp;p=23924#p23924</link>
   <description>I&#039;m preparing an update for AFKMud that will clean up the compile for GCC 8 and ran into something really strange that I don&#039;t understand with the skills.cpp file. Here&#039;s the error: [code]Building AFKMud.... make -j2 -s afkmud Compiling o/skills.o.... In file included from /usr/include/c++/8/map:60, from mud.h:37, from skills.cpp:33: /usr/include/c++/8/bits/stl_tree.h: In instantiation of &amp;acirc;&amp;euro;&amp;tilde;static const _Key&amp;amp; std::_Rb_tree&amp;lt;_Key, _Val, _KeyOfValue, </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/strange-skill-sort-error-in-ggc-8-compile-4903/&amp;p=23924#p23924</guid>
   <pubDate>Tue, 17 Mar 2020 01:40:52 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
