Use c++14 for building with CMake
authorMehdi Amini <aminim@google.com>
Tue, 9 Apr 2019 02:21:06 +0000 (19:21 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Tue, 9 Apr 2019 06:26:38 +0000 (23:26 -0700)
commit6b18e34de4363a4d4fc22270d36f84bfeb716280
tree2850a2548615b8b99f75598b5db76cdcfa2cb822
parent04b6d2f3c138227c3d282e5e57887be844d9d92b
Use c++14 for building with CMake

    This is getting rid of some warnings, and C++14 is supposed to be
    the default soon anyway.

--

PiperOrigin-RevId: 242587219
mlir/README.md