We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a666113 commit 3099e01Copy full SHA for 3099e01
mlib.vcxproj
@@ -159,6 +159,7 @@
159
<ClInclude Include="refl_get.hpp" />
160
<ClInclude Include="select.hpp" />
161
<ClInclude Include="string_manip.hpp" />
162
+ <ClInclude Include="times.hpp" />
163
<ClInclude Include="transform.hpp" />
164
<ClInclude Include="tuple.hpp" />
165
<ClInclude Include="tuple_inheritance.hpp" />
mlib.vcxproj.filters
@@ -120,6 +120,9 @@
120
<ClInclude Include="count_if.hpp">
121
<Filter>Header Files</Filter>
122
</ClInclude>
123
+ <ClInclude Include="times.hpp">
124
+ <Filter>Header Files</Filter>
125
+ </ClInclude>
126
</ItemGroup>
127
<ItemGroup>
128
<ClCompile Include="Main.cpp">
0 commit comments