File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11CppParser
22=========
33
4- [ ![ Build Status] ( https://travis-ci .com/satya-das/cppparser.svg?branch=master )] ( https://travis-ci.com/satya-das/cppparser )
4+ [ ![ Build Status] ( https://github .com/satya-das/cppparser/actions/workflows/cmake-multi-platform.yml/badge.svg?event=push )]
55[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/e2a1f6c5c8c149be816f1514ec491c98 )] ( https://www.codacy.com/app/satya-das/cppparser?utm_source=github.com& ; utm_medium=referral& ; utm_content=satya-das/cppparser& ; utm_campaign=Badge_Grade )
66[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
77
@@ -45,9 +45,9 @@ Below is the program written as unit-test for validating the correctness of gene
4545
4646#include " cppparser/cppparser.h"
4747
48- #include < boost/ filesystem.hpp >
48+ #include < filesystem>
4949
50- namespace fs = boost ::filesystem;
50+ namespace fs = std ::filesystem;
5151
5252TEST_CASE("Parsing hello world program")
5353{
Original file line number Diff line number Diff line change 11CppParser
22=========
33
4- [](https://travis-ci.com/satya-das/cppparser)
4+ []
55[](https://www.codacy.com/app/satya-das/cppparser?utm_source=github.com&utm_medium=referral&utm_content=satya-das/cppparser&utm_campaign=Badge_Grade)
66[](https://opensource.org/licenses/MIT)
77
You can’t perform that action at this time.
0 commit comments