• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rttrorg / rttr / 731
92%

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2018 08:44PM UTC
Jobs 2
Files 169
Run time 53s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
731

push

travis-ci

web-flow
Feature add variant_cast (#129)

* Added global "variant_cast" method

Added 4 overloads of the method "variant_cast"
In order to move values out, to return values by reference
or to return a pointer to the underlying values, when the type does match:

template<class T>
T variant_cast(variant&& operand);

template<class T>
T variant_cast(variant& operand);

template<class T>
T variant_cast(const variant& operand);

template<class T>
const T* variant_cast(const variant* operand) RTTR_NOEXCEPT;

template<class T>
T* variant_cast(variant* operand) RTTR_NOEXCEPT;

Additionally:
- added non-const version of variant::get_value()
- fixed copy-right year in root CMakeLists.txt file

Fixes #108

5748 of 6222 relevant lines covered (92.38%)

3692.77 hits per line

Jobs
ID Job ID Ran Files Coverage
3 731.3 (NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 08 Mar 2018 08:44PM UTC 0
92.41
Travis Job 731.3
4 731.4 (NAME="code coverage x64" COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 08 Mar 2018 08:45PM UTC 0
92.3
Travis Job 731.4
Source Files on build 731
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #731
  • 6e28c695 on github
  • Prev Build on master (#729)
  • Next Build on master (#733)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc