Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only add wstring versions of toString if wchar_t has been defined. #145

Closed
wants to merge 3 commits into from
Closed

Only add wstring versions of toString if wchar_t has been defined. #145

wants to merge 3 commits into from

Commits on Dec 19, 2012

  1. Only add wstring versions of toString if wchar_t has been defined. Th…

    …is fixes some issues on embedded platforms where wstring isn't available.
    denravonska committed Dec 19, 2012
    Copy the full SHA
    6498a51 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2013

  1. Revert "Only add wstring versions of toString if wchar_t has been def…

    …ined. This fixes some issues on embedded platforms where wstring isn't available."
    
    This will be done with a simple #ifdef instead.
    This reverts commit 6498a51.
    denravonska committed Feb 5, 2013
    Copy the full SHA
    406917f View commit details
    Browse the repository at this point in the history
  2. Add the possibility to define CATCH_CONFIG_NO_WSTRING to disable wstr…

    …ing support on platforms where it's not supported (AVR32, for example).
    denravonska committed Feb 5, 2013
    Copy the full SHA
    b7a21e4 View commit details
    Browse the repository at this point in the history