Skip to content

Commit 1ed2dec

Browse files
_
1 parent ff32e44 commit 1ed2dec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mlib.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<ClInclude Include="constexpr_map.hpp" />
140140
<ClInclude Include="constexpr_range.hpp" />
141141
<ClInclude Include="constexpr_switch.hpp" />
142+
<ClInclude Include="constexpr_tuple_accumulate.hpp" />
142143
<ClInclude Include="constexpr_type_switch.hpp" />
143144
<ClInclude Include="constexpr_while.hpp" />
144145
<ClInclude Include="constructable_with.hpp" />

mlib.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
<ClInclude Include="swap.hpp">
163163
<Filter>Header Files</Filter>
164164
</ClInclude>
165+
<ClInclude Include="constexpr_tuple_accumulate.hpp">
166+
<Filter>Header Files</Filter>
167+
</ClInclude>
165168
</ItemGroup>
166169
<ItemGroup>
167170
<ClCompile Include="Main.cpp">

0 commit comments

Comments
 (0)