chore(runtime/lean): style

This commit is contained in:
Leonardo de Moura 2019-08-20 19:46:53 -07:00
parent 1dc1bcf521
commit 9e8ac5ae27

View file

@ -18,7 +18,7 @@ Author: Leonardo de Moura
#ifdef __cplusplus
#include <atomic>
#define _Atomic(t) std::atomic<t>
#define LEAN_USING_STD using namespace std;
#define LEAN_USING_STD using namespace std; /* NOLINT */
extern "C" {
#else
#include <stdatomic.h>