Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
32525a5d
Commit
32525a5d
authored
Oct 26, 2014
by
Sean Leather
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 'deprecated' instead of 'depreciated'
parent
c1a57c37
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
filestream.h
include/rapidjson/filestream.h
+1
-1
rapidjsontest.cpp
test/perftest/rapidjsontest.cpp
+1
-1
filestreamtest.cpp
test/unittest/filestreamtest.cpp
+1
-1
No files found.
include/rapidjson/filestream.h
View file @
32525a5d
...
...
@@ -26,7 +26,7 @@
namespace
rapidjson
{
//! (Deprec
i
ated) Wrapper of C file stream for input or output.
//! (Deprecated) Wrapper of C file stream for input or output.
/*!
This simple wrapper does not check the validity of the stream.
\note implements Stream concept
...
...
test/perftest/rapidjsontest.cpp
View file @
32525a5d
...
...
@@ -315,7 +315,7 @@ TEST_F(RapidJson, UTF8_Validate) {
}
}
// Deprec
i
ated.
// Deprecated.
//TEST_F(RapidJson, FileStream_Read) {
// for (size_t i = 0; i < kTrialCount; i++) {
// FILE *fp = fopen(filename_, "rb");
...
...
test/unittest/filestreamtest.cpp
View file @
32525a5d
...
...
@@ -60,7 +60,7 @@ protected:
size_t
length_
;
};
// Deprec
i
ated
// Deprecated
//TEST_F(FileStreamTest, FileStream_Read) {
// FILE *fp = fopen(filename_, "rb");
// ASSERT_TRUE(fp != 0);
...
...
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