Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
a295f6b0
Unverified
Commit
a295f6b0
authored
Apr 30, 2019
by
Nikita Titov
Committed by
GitHub
Apr 30, 2019
Browse files
Removed legacy code (#2137)
* Update meta.h * Update json11.hpp
parent
739c2635
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
include/LightGBM/json11.hpp
include/LightGBM/json11.hpp
+0
-12
include/LightGBM/meta.h
include/LightGBM/meta.h
+0
-4
No files found.
include/LightGBM/json11.hpp
View file @
a295f6b0
...
@@ -56,18 +56,6 @@
...
@@ -56,18 +56,6 @@
#include <utility>
#include <utility>
#include <vector>
#include <vector>
#ifdef _MSC_VER
#if _MSC_VER <= 1800 // VS 2013
#ifndef noexcept
#define noexcept throw()
#endif
#ifndef snprintf
#define snprintf _snprintf_s
#endif
#endif
#endif
namespace
json11
{
namespace
json11
{
enum
JsonParse
{
enum
JsonParse
{
...
...
include/LightGBM/meta.h
View file @
a295f6b0
...
@@ -62,10 +62,6 @@ typedef void(*AllgatherFunction)(char* input, comm_size_t input_size, const comm
...
@@ -62,10 +62,6 @@ typedef void(*AllgatherFunction)(char* input, comm_size_t input_size, const comm
#define NO_SPECIFIC (-1)
#define NO_SPECIFIC (-1)
#if (_MSC_VER <= 1800)
#define __func__ __FUNCTION__
#endif
}
// namespace LightGBM
}
// namespace LightGBM
#endif // LightGBM_META_H_
#endif // LightGBM_META_H_
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