Skip to content

Commit

Permalink
removed RefToBaseVector constructor from Handle<View<T> >
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencek committed Nov 13, 2014
1 parent 16c3f80 commit 8745b32
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions DataFormats/Common/interface/RefToBaseVector.h
Expand Up @@ -36,8 +36,6 @@ namespace edm {
explicit RefToBaseVector(REFV const& );
template<typename C>
explicit RefToBaseVector(Handle<C> const& );
template<typename T1>
explicit RefToBaseVector(Handle<View<T1> > const& );
RefToBaseVector(std::shared_ptr<reftobase::RefVectorHolderBase> p);
RefToBaseVector& operator=(RefToBaseVector const& iRHS);
void swap(RefToBaseVector& other);
Expand Down Expand Up @@ -280,7 +278,6 @@ namespace edm {

#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/View.h"

namespace edm {

Expand All @@ -291,11 +288,5 @@ namespace edm {
typename refhelper::FindTrait<C, T>::value> >(h.id())) {
}

template<typename T>
template<typename T1>
RefToBaseVector<T>::RefToBaseVector(const Handle<View<T1> > & h ) :
holder_(h->refVector().holder_->cloneEmpty()) {
}

}
#endif

0 comments on commit 8745b32

Please sign in to comment.