Skip to content

Commit bcecbbc

Browse files
Insert spaces between > >
1 parent bf0fe02 commit bcecbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: classdesc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ namespace classdesc
348348

349349
/// true_type if T is a std::pair
350350
template <class T> struct is_pair: public false_type {};
351-
template <class F, class S> struct is_pair<std::pair<F,S>>: public true_type {};
351+
template <class F, class S> struct is_pair<std::pair<F,S> >: public true_type {};
352352

353353
/// @{ type trait for the smart pointer concept
354354
template <class T> struct is_smart_ptr: public false_type {};

0 commit comments

Comments
 (0)