2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Remove reference to the unified header build, since it's broken for some

unknown reason.
This commit is contained in:
Zach Laine
2024-02-04 16:50:57 -06:00
parent bb3f66db5f
commit 95a5e088bc

View File

@@ -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 <https://raw.githubusercontent.com/tzlaine/parser/single_header/include/boost/parser/parser_unified.hpp>
```
Master status:
![example workflow](https://github.com/tzlaine/parser/actions/workflows/ubuntu-20.04.yml/badge.svg?branch=master)