blob: 591cf7160c136a91dd67d4dc91a8c58cf8ea98e1 [file] [log] [blame]
Eric Fiselier2f746d42015-02-02 21:05:47 +00001// -*- C++ -*-
2//===------------------------------ chrono ---------------------------------===//
3//
4// The LLVM Compiler Infrastructure
5//
6// This file is distributed under the University of Illinois Open Source
7// License. See LICENSE.TXT for details.
8//
9//===----------------------------------------------------------------------===//
10
Marshall Clowa3d37f02018-02-06 23:13:48 +000011#error "<experimental/chrono> has been removed. Use <chrono> instead."