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
79a6dabd
Unverified
Commit
79a6dabd
authored
Feb 06, 2019
by
Milo Yip
Committed by
GitHub
Feb 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1439 from ylavic/schema_pointer_allocator
Use the allocator of the Schema for its Pointer.
parents
93cb84a7
dbb594bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
schema.h
include/rapidjson/schema.h
+1
-1
No files found.
include/rapidjson/schema.h
View file @
79a6dabd
...
...
@@ -409,7 +409,7 @@ public:
Schema
(
SchemaDocumentType
*
schemaDocument
,
const
PointerType
&
p
,
const
ValueType
&
value
,
const
ValueType
&
document
,
AllocatorType
*
allocator
)
:
allocator_
(
allocator
),
uri_
(
schemaDocument
->
GetURI
(),
*
allocator
),
pointer_
(
p
),
pointer_
(
p
,
allocator
),
typeless_
(
schemaDocument
->
GetTypeless
()),
enum_
(),
enumCount_
(),
...
...
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