We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ace5b commit bea4464Copy full SHA for bea4464
README.md
@@ -104,21 +104,15 @@ git ls-files *.[ch] *.[ch]pp | \
104
### C++ Implementation
105
106
- Standard C++11 Compiler
107
-
108
- - `auto`
109
- - `std::begin`, `std::end`
110
- - etc.
111
+ - `auto`
+ - `std::begin`, `std::end`
+ - etc.
112
- Standard C++11 Standard Library
113
114
- - `<regex>`
115
+ - `<regex>`
116
- Boost C++ Libraries 1.55.0
117
118
- - Boost.Program Options
119
- - Boost.Filesytem
120
- - Boost.Algorithm (String)
121
+ - Boost.Program Options
+ - Boost.Filesytem
+ - Boost.Algorithm (String)
122
- Boost.Build from Boost C++ Libraries 1.55.0
123
124
## Building
0 commit comments