Skip to content
Snippets Groups Projects
  • Benjamin Kosnik's avatar
    82fa4538
    re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined) · 82fa4538
    Benjamin Kosnik authored
    2003-12-04  Benjamin Kosnik  <bkoz@redhat.com>
    
    	PR libstdc++/13284
    	* include/bits/stl_algo.h (__random_number): Remove.
    	(random_shuffle): Use rand, as permitted by DR 395.
    	* include/ext/algorithm: Same.
    	* linkage.m4 (GLIBCXX_CHECK_STDLIB_SUPPORT): Remove lrand48.
    	* acconfig.h: Same.
    	* crossconfig.m4: Remove HAVE_DRAND48, HAVE_LRAND48.
    	* config.h.in: Regenerated.
    	* configure: Same.
    	* aclocal.m4: Same.
    
    From-SVN: r74288
    82fa4538
    History
    re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined)
    Benjamin Kosnik authored
    2003-12-04  Benjamin Kosnik  <bkoz@redhat.com>
    
    	PR libstdc++/13284
    	* include/bits/stl_algo.h (__random_number): Remove.
    	(random_shuffle): Use rand, as permitted by DR 395.
    	* include/ext/algorithm: Same.
    	* linkage.m4 (GLIBCXX_CHECK_STDLIB_SUPPORT): Remove lrand48.
    	* acconfig.h: Same.
    	* crossconfig.m4: Remove HAVE_DRAND48, HAVE_LRAND48.
    	* config.h.in: Regenerated.
    	* configure: Same.
    	* aclocal.m4: Same.
    
    From-SVN: r74288
crossconfig.m4 11.78 KiB