Files
pvData/testApp/pv
Michael Davidsaver dc94b26e50 fix static_shared_vector_cast<>() no-op casting
Turns out that Enablers as typically used for
member functions don't work to select
constructors.

Move this selection logic to
struct detail::static_shared_vector_caster<>
to correctly allow no-op casts (eg. void to void).
Previously this would not compile.

Allows PVScalarArray getAs() and putFrom() using
shared_vector<const void>.
2016-02-26 12:13:23 -05:00
..
2016-02-10 14:40:29 +00:00
2014-08-13 09:36:37 +02:00
2015-09-24 13:04:49 -04:00