Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Analysis
Merge requests
!870
Support basic type `std::any(bool)` in FunTuple
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support basic type `std::any(bool)` in FunTuple
AM_bool
into
master
Overview
2
Commits
1
Pipelines
2
Changes
1
Merged
Abhijit Mathad
requested to merge
AM_bool
into
master
2 years ago
Overview
2
Commits
1
Pipelines
2
Changes
1
Expand
Support
std::any(bool)
.
Edited
2 years ago
by
Abhijit Mathad
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fefe90c7
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Phys/FunTuple/src/FunTuple.cpp
+
1
−
1
Options
@@ -262,7 +262,7 @@ namespace LHCb {
// list the supported types
const
auto
map_valtype_callcolfun
=
make_map
<
short
int
,
unsigned
short
int
,
int
,
unsigned
int
,
long
int
,
unsigned
long
int
,
long
long
int
,
make_map
<
bool
,
short
int
,
unsigned
short
int
,
int
,
unsigned
int
,
long
int
,
unsigned
long
int
,
long
long
int
,
unsigned
long
long
int
,
SIMDWrapper
::
scalar
::
int_v
,
float
,
double
,
SIMDWrapper
::
scalar
::
float_v
,
Gaudi
::
LorentzVector
,
Gaudi
::
XYZVector
,
Gaudi
::
XYZPoint
,
Gaudi
::
SymMatrix3x3
,
Gaudi
::
SymMatrix4x4
,
Gaudi
::
SymMatrix5x5
,
std
::
vector
<
double
>
,
std
::
vector
<
float
>
,
LHCb
::
LinAlg
::
Vec
<
double
,
3
>
,
Loading