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
8d48367b
Commit
8d48367b
authored
Nov 04, 2000
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use <vector> rather than <vector.h>.
From-SVN: r37256
parent
4e2c8d44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
gcc/testsuite/g++.old-deja/g++.robertl/eb28.C
+4
-1
gcc/testsuite/g++.old-deja/g++.robertl/eb29.C
+4
-1
gcc/testsuite/g++.old-deja/g++.robertl/eb43.C
+5
-2
No files found.
gcc/testsuite/g++.old-deja/g++.robertl/eb28.C
View file @
8d48367b
//Build don't link:
#include <vector.h>
#include <vector>
using
namespace
std
;
enum
s
{
S
};
class
a
{
...
...
gcc/testsuite/g++.old-deja/g++.robertl/eb29.C
View file @
8d48367b
//Build don't link:
#include <vector.h>
#include <vector>
using
namespace
std
;
enum
s
{
S
};
class
a
{
...
...
gcc/testsuite/g++.old-deja/g++.robertl/eb43.C
View file @
8d48367b
...
...
@@ -3,8 +3,11 @@
// The first one should still fail because it requires an implicit conversion
// to pointer_to_binary_function, which has an `explicit' constructor.
#include <vector.h>
#include <algo.h>
#include <vector>
#include <algorithm>
#include <functional>
using
namespace
std
;
template
<
class
T
>
class
Expr
{
...
...
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