We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c016d47 commit 887e4e4Copy full SHA for 887e4e4
include/CppSharp.h
@@ -6,6 +6,7 @@
6
//
7
// Licensed under the MIT license
8
// ------------------------------------------------------------------------------------------- //
9
+// clang-format off
10
#pragma once
11
12
#if defined(__cplusplus_cli)
@@ -293,7 +294,7 @@ namespace clix {
293
294
/// <param name="string">String to be marshalled to the other side</param>
295
/// <returns>The marshaled representation of the string</returns>
296
template<Encoding encoding, typename SourceType, class ResultType =
- typename detail::IfManaged<SourceType>::Select::Either<
297
+ typename detail::IfManaged<SourceType>::Select::template Either<
298
typename detail::StringTypeSelector<encoding>::Type,
299
System::String^>::Type
300
>
0 commit comments