From 95a5e088bc8e930979027eaff41ddf39eaed1bb2 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Sun, 4 Feb 2024 16:50:57 -0600 Subject: [PATCH] Remove reference to the unified header build, since it's broken for some unknown reason. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 660ba417..dc72f5cf 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,6 @@ This library targets submission to Boost. Online docs: https://tzlaine.github.io/parser -You can try master/HEAD on Compiler Explorer, as a unified header. Just -`#include` it like this: -```c++ -#include -``` - Master status: ![example workflow](https://github.com/tzlaine/parser/actions/workflows/ubuntu-20.04.yml/badge.svg?branch=master)