2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-15 01:32:11 +00:00
Files
Catch2/include/internal/catch_session.cpp
JoeyGrajciar e1307016f0 Session::applyCommandLine overload on wchar_t (#1401)
* Session::applyCommandLine overload on wchar_t

This allows users on Windows to use Catch::Session::applyCommandLine
with wchar_t * arguments of application.

With this change Session::run became templated so both char and wchar_t
version have the same implementation.
2018-10-13 19:29:53 +02:00

9.5 KiB