Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lefebvre, Jordan
radix
Commits
fd777839
Commit
fd777839
authored
May 12, 2020
by
Norby, Tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use _snprintf for VS versions < 2015 continued.
parent
e1829e56
Pipeline
#101403
failed with stages
in 91 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
radixio/arldatastream.cc
radixio/arldatastream.cc
+7
-0
radixio/hysplitcdump.i.hh
radixio/hysplitcdump.i.hh
+7
-0
No files found.
radixio/arldatastream.cc
View file @
fd777839
...
...
@@ -6,6 +6,13 @@
#include "radixmath/util.hh"
#include <fstream>
#ifdef _WIN32
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif
#endif
namespace
radix
{
class
ARLDataStream
::
PImpl
...
...
radixio/hysplitcdump.i.hh
View file @
fd777839
...
...
@@ -4,6 +4,13 @@
#include "radixbug/bug.hh"
#include "radixio/eafstream.hh"
#include "radixio/hysplitcdump.hh"
#ifdef _WIN32
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif
#endif
namespace
radix
{
template
<
typename
data_type
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment