vectorwrapper/test
King_DuckZ 00470290fe Change hardcoded std::size_t into size_type so it can be customised.
Define VWR_SIZE_TYPE to the type you want to use as the template
index type. It defaults to std::size_t so if you don't do anything
you still get the old behaviour.

Also drop the std::index_range in vector_cast in favour of the custom
bt::number_range, which is already used elsewhere in the code.
2016-11-02 03:53:22 +01:00
..
gtest-1.7.0 Import gtest 1.7.0 2015-07-23 23:08:41 +02:00
unit Change hardcoded std::size_t into size_type so it can be customised. 2016-11-02 03:53:22 +01:00
unit_noconv Add vector_cast implementation and the unit test for it. 2016-11-02 01:19:48 +01:00
CMakeLists.txt Use ctest in cmake. 2016-11-02 01:19:48 +01:00