vectorwrapper/test/unit
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
..
CMakeLists.txt Use ctest in cmake. 2016-11-02 01:19:48 +01:00
example.cpp Allow casting to vectors of lower dimensions. 2015-07-25 21:18:45 +02:00
sample_vectors.hpp Change hardcoded std::size_t into size_type so it can be customised. 2016-11-02 03:53:22 +01:00
test_conversions.cpp Add an example.cpp unit test to demonstrate usage. 2015-07-25 20:55:52 +02:00
test_get_at.cpp Add test for wrapped vector using get_at() which was not working previously. 2016-10-25 01:18:44 +02:00
test_ops.cpp Make scalar_type and vector_type public in Vec. 2015-07-25 19:41:16 +02:00