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
453eda5f
Commit
453eda5f
authored
Aug 11, 2014
by
Philipp A. Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tabs to 4 spaces (following
0dbcc1cf
)
parent
d84c0515
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
reader.h
include/rapidjson/reader.h
+2
-0
No files found.
include/rapidjson/reader.h
View file @
453eda5f
...
@@ -127,6 +127,8 @@ template<typename Encoding = UTF8<>, typename Derived = void>
...
@@ -127,6 +127,8 @@ template<typename Encoding = UTF8<>, typename Derived = void>
struct
BaseReaderHandler
{
struct
BaseReaderHandler
{
typedef
typename
Encoding
::
Ch
Ch
;
typedef
typename
Encoding
::
Ch
Ch
;
typedef
typename
internal
::
SelectIf
<
internal
::
IsSame
<
Derived
,
void
>
,
BaseReaderHandler
,
Derived
>::
Type
Override
;
bool
Default
()
{
return
true
;
}
bool
Default
()
{
return
true
;
}
bool
Null
()
{
return
static_cast
<
Override
&>
(
*
this
).
Default
();
}
bool
Null
()
{
return
static_cast
<
Override
&>
(
*
this
).
Default
();
}
bool
Bool
(
bool
)
{
return
static_cast
<
Override
&>
(
*
this
).
Default
();
}
bool
Bool
(
bool
)
{
return
static_cast
<
Override
&>
(
*
this
).
Default
();
}
...
...
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