Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary (classes*h) must have unique namespace or/and struct name #4381

Merged
merged 1 commit into from Jun 26, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CondFormats/RunInfo/src/classes.h
@@ -1,6 +1,6 @@
#include "CondFormats/RunInfo/src/headers.h"

namespace {
namespace CondFormats_RunInfo {
struct dictionary {
std::vector<runinfo_test::RunNumber::Item>::iterator tmp0;
std::vector<L1TriggerScaler::Lumi>::iterator tmp1;
Expand Down
2 changes: 1 addition & 1 deletion DataFormats/L1TCalorimeter/src/classes.h
Expand Up @@ -12,7 +12,7 @@
#include "DataFormats/L1TCalorimeter/interface/CaloTower.h"
#include "DataFormats/L1TCalorimeter/interface/CaloCluster.h"

namespace {
namespace DataFormats_L1TCalorimeter {
struct dictionary {

l1t::CaloRegionBxCollection caloRegionBxColl;
Expand Down
2 changes: 1 addition & 1 deletion DataFormats/L1TGlobal/src/classes.h
Expand Up @@ -2,7 +2,7 @@
#include "DataFormats/L1TGlobal/interface/GlobalAlgBlk.h"
#include "DataFormats/L1TGlobal/interface/GlobalExtBlk.h"

namespace DataFormats_L1Trigger {
namespace DataFormats_L1TGlobal {
struct dictionary {

GlobalAlgBlkBxCollection uGtAlgBxColl;
Expand Down