Skip to content

Commit 3b78cf1

Browse files
committed
Start self-hosting: half of reflect.h (all the metafunctions)
And check in a Windows x64 build of `cppfront.exe`
1 parent 4cc69f4 commit 3b78cf1

File tree

6 files changed

+1060
-209
lines changed

6 files changed

+1060
-209
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*.db
1515
*.ipch
1616
*.sln
17-
*.exe
1817
*.txt
1918
*.db-shm
2019
*.db-wal

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.2.1 Build 8506:1820
2+
cppfront compiler v0.2.1 Build 8506:1834
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#pragma warning(disable: 4456)
1616
#endif
1717

18-
#include "../include/cpp2util.h"
18+
#include "cpp2util.h"
1919

2020

2121
//===========================================================================

0 commit comments

Comments
 (0)