Skip to content

Commit

Permalink
Fix template template for clang compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocf committed Jun 12, 2015
1 parent 5b79080 commit fb2f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/model/ProbabilisticModelDecorator.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ProbabilisticModelDecorator
using Self = ProbabilisticModelDecorator<Derived>;
using SelfPtr = std::shared_ptr<Self>;

template<template<class Target> typename Decorator>
template<template<typename Target> class Decorator>
using SGPtr = SimpleGeneratorPtr<Decorator, Derived>;

// Static methods
Expand Down

0 comments on commit fb2f20d

Please sign in to comment.