Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
// <chrono>
|
||||
|
||||
// template <class Rep1, class Period1, class Rep2, class Period2>
|
||||
// template <class Rep1, class Period1, class Rep2, class Period2>
|
||||
// struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>
|
||||
// {
|
||||
// typedef chrono::duration<typename common_type<Rep1, Rep2>::type, see below }> type;
|
||||
// typedef chrono::duration<typename common_type<Rep1, Rep2>::type, see below }> type;
|
||||
// };
|
||||
|
||||
#include <chrono>
|
||||
|
Reference in New Issue
Block a user