Commit 524361f 1 parent b4d6e6a commit 524361f Copy full SHA for 524361f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
CppParser
2
2
=========
3
3
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 )] ( https://github .com/satya-das/cppparser/actions/workflows/cmake-multi-platform.yml )
5
5
[ ![ 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 )
6
6
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
7
7
@@ -45,9 +45,9 @@ Below is the program written as unit-test for validating the correctness of gene
45
45
46
46
#include " cppparser/cppparser.h"
47
47
48
- #include < boost/ filesystem.hpp >
48
+ #include < filesystem>
49
49
50
- namespace fs = boost ::filesystem;
50
+ namespace fs = std ::filesystem;
51
51
52
52
TEST_CASE("Parsing hello world program")
53
53
{
Original file line number Diff line number Diff line change 1
1
CppParser
2
2
=========
3
3
4
- [](https://travis-ci .com/satya-das/cppparser)
4
+ [](https://github .com/satya-das/cppparser/actions/workflows/cmake-multi-platform.yml )
5
5
[](https://www.codacy.com/app/satya-das/cppparser?utm_source=github.com&utm_medium=referral&utm_content=satya-das/cppparser&utm_campaign=Badge_Grade)
6
6
[](https://opensource.org/licenses/MIT)
7
7
You can’t perform that action at this time.
0 commit comments