Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ed1345e8
Commit
ed1345e8
authored
Oct 03, 2007
by
Kenneth Zadeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert accidential change in revision 128957.
From-SVN: r128976
parent
855ea443
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc
+16
-16
No files found.
libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc
View file @
ed1345e8
...
@@ -46,25 +46,25 @@ template<typename T>
...
@@ -46,25 +46,25 @@ template<typename T>
void
test01
()
void
test01
()
{
{
//
do_test<bool>();
do_test
<
bool
>
();
//
do_test<char>();
do_test
<
char
>
();
//
do_test<signed char>();
do_test
<
signed
char
>
();
//
do_test<unsigned char>();
do_test
<
unsigned
char
>
();
//
do_test<short>();
do_test
<
short
>
();
//
do_test<int>();
do_test
<
int
>
();
//
do_test<long>();
do_test
<
long
>
();
//
do_test<unsigned short>();
do_test
<
unsigned
short
>
();
//
do_test<unsigned int>();
do_test
<
unsigned
int
>
();
//
do_test<unsigned long>();
do_test
<
unsigned
long
>
();
//
do_test<int*>();
do_test
<
int
*>
();
//
do_test<std::string>();
do_test
<
std
::
string
>
();
//
do_test<float>();
do_test
<
float
>
();
//
do_test<double>();
do_test
<
double
>
();
do_test
<
long
double
>
();
do_test
<
long
double
>
();
#ifdef _GLIBCXX_USE_WCHAR_T
#ifdef _GLIBCXX_USE_WCHAR_T
//
do_test<wchar_t>();
do_test
<
wchar_t
>
();
//
do_test<std::wstring>();
do_test
<
std
::
wstring
>
();
#endif
#endif
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment