Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
dc1f2ec2
Commit
dc1f2ec2
authored
6 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Implement parameter access for solids. Add move constructors to handles
parent
d39140a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/include/XML/config.h
+2
-3
2 additions, 3 deletions
DDCore/include/XML/config.h
with
2 additions
and
3 deletions
DDCore/include/XML/config.h
+
2
−
3
View file @
dc1f2ec2
...
@@ -49,12 +49,11 @@ namespace dd4hep {
...
@@ -49,12 +49,11 @@ namespace dd4hep {
typedef
std
::
size_t
XmlSize_t
;
typedef
std
::
size_t
XmlSize_t
;
#ifdef __TIXML__
#ifdef __TIXML__
typedef
char
XmlChar
;
typedef
char
XmlChar
;
#el
if defined(XERCES_XMLCH_T)
#el
se
/// Use the definition from the autoconf header of Xerces:
/// Use the definition from the autoconf header of Xerces:
typedef
XERCES_XMLCH_T
XmlChar
;
typedef
XERCES_XMLCH_T
XmlChar
;
#else
// These only work for very specific XercesC implementations:
// These only work for very specific XercesC implementations:
typedef
char16_t
XmlChar
;
//
typedef char16_t XmlChar;
//typedef unsigned short XmlChar;
//typedef unsigned short XmlChar;
#endif
#endif
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment