2015-02-18 00:52:03 +08:00
|
|
|
// -*- C++ -*-
|
|
|
|
//===------------------------------ ratio ---------------------------------===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2018-02-07 07:13:48 +08:00
|
|
|
#error "<experimental/ratio> has been removed. Use <ratio> instead."
|