Skip to content

Commit

Permalink
Extract stable_unique to own function for clarity (VowpalWabbit#1559)
Browse files Browse the repository at this point in the history
* Extract stable_unique function

* Fix unnecesarily complex type

* Move stable_unique to own header

* Add stable_unique test

* add project to vw.sln for unit tests

* Remove precompiled header from all configurations
  • Loading branch information
jackgerrits authored and JohnLangford committed Aug 23, 2018
1 parent 629853a commit 62f219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/unit_test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@
<Error Condition="!Exists('..\..\vowpalwabbit\packages\boost_program_options-vc140.1.63.0.0\build\native\boost_program_options-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\vowpalwabbit\packages\boost_program_options-vc140.1.63.0.0\build\native\boost_program_options-vc140.targets'))" />
<Error Condition="!Exists('..\..\vowpalwabbit\packages\boost_unit_test_framework-vc140.1.63.0.0\build\native\boost_unit_test_framework-vc140.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\vowpalwabbit\packages\boost_unit_test_framework-vc140.1.63.0.0\build\native\boost_unit_test_framework-vc140.targets'))" />
</Target>
</Project>
</Project>

0 comments on commit 62f219f

Please sign in to comment.