Skip to content

Commit

Permalink
Merge pull request #40463 from tvami/FastSimulationDepricated
Browse files Browse the repository at this point in the history
Fix `BOOST_HEADER_DEPRECATED` msg and move to `boost/phoenix.hpp` in `FastSimulation` pkg
  • Loading branch information
cmsbuild committed Jan 10, 2023
2 parents 6593af1 + fbe338a commit 695660c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/qi_rule.hpp>
#include <boost/spirit/include/qi_grammar.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/phoenix.hpp>

#define DETIDFCT(NAME) NAME, [](const TrackerTopology& trackerTopology, const DetId& detId) -> int

Expand Down

0 comments on commit 695660c

Please sign in to comment.