This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hash policy patch


On 08/31/2011 11:39 AM, Paolo Carlini wrote:
I can try to run the patch + testcases with the -D_GLIBCXX_RES_LIMITS removed,
Can't possibly change anything on Linux. Because the macro is defined anyway if memory limit testing is supported by the target, just see testsuite_hooks.cc. Actually, that's why in any case we want at least:

      us.max_load_factor(0.001);
#ifdef _GLIBCXX_RES_LIMITS
      VERIFY( false && "Max load factor modification hasn't generated an"\
               " exception" );
#endif

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]