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
0a17e1a6
Commit
0a17e1a6
authored
Nov 23, 2014
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix namespace compilation errors
parent
b855c3f7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
biginteger.h
include/rapidjson/internal/biginteger.h
+2
-2
diyfp.h
include/rapidjson/internal/diyfp.h
+2
-2
ieee754.h
include/rapidjson/internal/ieee754.h
+2
-2
strtod.h
include/rapidjson/internal/strtod.h
+2
-2
No files found.
include/rapidjson/internal/biginteger.h
View file @
0a17e1a6
...
...
@@ -23,7 +23,7 @@
#include "../rapidjson.h"
namespace
rapidjson
{
RAPIDJSON_NAMESPACE_BEGIN
namespace
internal
{
class
BigInteger
{
...
...
@@ -285,6 +285,6 @@ private:
};
}
// namespace internal
}
// namespace rapidjson
RAPIDJSON_NAMESPACE_END
#endif // RAPIDJSON_BIGINTEGER_H_
include/rapidjson/internal/diyfp.h
View file @
0a17e1a6
...
...
@@ -32,7 +32,7 @@
#endif
#endif
namespace
rapidjson
{
RAPIDJSON_NAMESPACE_BEGIN
namespace
internal
{
#ifdef __GNUC__
...
...
@@ -263,6 +263,6 @@ RAPIDJSON_DIAG_POP
#endif
}
// namespace internal
}
// namespace rapidjson
RAPIDJSON_NAMESPACE_END
#endif // RAPIDJSON_DIYFP_H_
include/rapidjson/internal/ieee754.h
View file @
0a17e1a6
...
...
@@ -23,7 +23,7 @@
#include "../rapidjson.h"
namespace
rapidjson
{
RAPIDJSON_NAMESPACE_BEGIN
namespace
internal
{
class
Double
{
...
...
@@ -85,6 +85,6 @@ private:
};
}
// namespace internal
}
// namespace rapidjson
RAPIDJSON_NAMESPACE_END
#endif // RAPIDJSON_IEEE754_
include/rapidjson/internal/strtod.h
View file @
0a17e1a6
...
...
@@ -27,7 +27,7 @@
#include "diyfp.h"
#include "pow10.h"
namespace
rapidjson
{
RAPIDJSON_NAMESPACE_BEGIN
namespace
internal
{
inline
double
FastPath
(
double
significand
,
int
exp
)
{
...
...
@@ -280,6 +280,6 @@ inline double StrtodFullPrecision(double d, int p, const char* decimals, size_t
}
}
// namespace internal
}
// namespace rapidjson
RAPIDJSON_NAMESPACE_END
#endif // RAPIDJSON_STRTOD_
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