mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
removed Var iterators, fixed SOO alignment
- removed unnecessary using directives in Data library - removed iterator pointers from Var (reduce size, always return copy) - added Alignment header (adapted from LLVM infrastructure) - added alignment guards to SOO implementations
This commit is contained in:
@@ -983,6 +983,7 @@
|
||||
<ClCompile Include="src\HashStatistic.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\Poco\Alignment.h" />
|
||||
<ClInclude Include="include\Poco\Any.h" />
|
||||
<ClInclude Include="include\Poco\Array.h" />
|
||||
<ClInclude Include="include\Poco\Ascii.h" />
|
||||
|
||||
Reference in New Issue
Block a user