Skip to content

Commit 5366b65

Browse files
committed
decltype to lkmc
1 parent 9f343e6 commit 5366b65

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
lines changed

cpp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
1. [static_assert](static_assert.cpp)
1919
1. [typeid](typeid.cpp)
2020
1. [auto](auto.cpp)
21-
1. [decltype](decltype.cpp)
2221
1. [nullptr](nullptr.cpp)
2322
1. References
2423
1. [reference](reference.cpp)

cpp/decltype.cpp

Lines changed: 0 additions & 63 deletions
This file was deleted.

scons/hello/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
env = Environment()
22
env.Program(target='main.out', source=['main.c'])
3+
PathVariable('asdf', 'qwer', '', PathVariable.PathIsDir)

0 commit comments

Comments
 (0)