A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@235134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2015-04-16 21:36:54 +00:00
parent 3a4964aef3
commit e9d030687d
8 changed files with 90 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
// test ratio: The static data members num and den shall have thcommon
// test ratio: The static data members num and den shall have the common
// divisor of the absolute values of N and D:
#include <ratio>