summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
Diffstat (limited to 'Primitives/interface')
-rw-r--r--Primitives/interface/FormatString.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Primitives/interface/FormatString.h b/Primitives/interface/FormatString.h
index 08d1ca85..993abbaf 100644
--- a/Primitives/interface/FormatString.h
+++ b/Primitives/interface/FormatString.h
@@ -28,6 +28,11 @@
namespace Diligent
{
+ template<typename SSType>
+ void FormatStrSS(SSType &ss)
+ {
+ }
+
template<typename SSType, typename ArgType>
void FormatStrSS(SSType &ss, const ArgType& Arg)
{