Skip to content

Instantly share code, notes, and snippets.

@isaachier
isaachier / # macvim - 2018-04-09_11-59-30.txt
Created April 9, 2018 16:02
macvim on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for macvim on macOS 10.13.4
Build date: 2018-04-09 11:59:30
#include <array>
#include <atomic>
#include <chrono>
#include <iostream>
#include <mutex>
#include <thread>
namespace {
class AtomicCounter {