Skip to content

Commit

Permalink
Merge pull request cms-sw#3648 from igv4321/geners-clang-update
Browse files Browse the repository at this point in the history
Clang -- couple trivial fixes to quell clang complaints
  • Loading branch information
ktf committed May 4, 2014
2 parents b4f7099 + 85a7d5f commit ed3ecc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Alignment/Geners/interface/GenericIO.hh
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ namespace gs {
//
//===================================================================
template <class Stream, class State, class Container>
class GenericReader<Stream, State, Container, InContainerCycle>
struct GenericReader<Stream, State, Container, InContainerCycle>
{
private:
typedef typename Container::value_type item_type;
Expand Down
4 changes: 2 additions & 2 deletions Alignment/Geners/interface/ProcessItem.hh
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ namespace gs {
typename Arg1,
typename Arg2
>
class GENERS_GENERATED_IO_PROCESSOR <Visitor,T,Arg1,Arg2,IOTraits<int>::ISSTDCONTAINER>
struct GENERS_GENERATED_IO_PROCESSOR <Visitor,T,Arg1,Arg2,IOTraits<int>::ISSTDCONTAINER>
{
private:
// The following function will be fired on containers which
Expand Down Expand Up @@ -701,7 +701,7 @@ namespace gs {
typename Arg1,
typename Arg2
>
class GENERS_GENERATED_IO_PROCESSOR <Visitor,T,Arg1,Arg2,IOTraits<int>::ISSTDCONTAINER>
struct GENERS_GENERATED_IO_PROCESSOR <Visitor,T,Arg1,Arg2,IOTraits<int>::ISSTDCONTAINER>
{
private:
// The following function will be fired on containers which
Expand Down

0 comments on commit ed3ecc2

Please sign in to comment.