Skip to content

Commit

Permalink
Fix warning on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Jan 18, 2024
1 parent 36da5a4 commit a1a90d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fastcdr/Cdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,7 @@ class Cdr
if (!value)
{
value = external<_T>{new
#if !defined(_MSC_VER) || _MSC_VER >= 1920
#if !defined(_MSC_VER)
_T()
#else
external<_T>::type()
Expand Down

0 comments on commit a1a90d1

Please sign in to comment.