Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
deprecated.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_CORE_UTIL_DEPRECATED_HPP
13
#define MLPACK_CORE_UTIL_DEPRECATED_HPP
14
15
#ifdef __GNUG__
16
#define mlpack_deprecated __attribute__((deprecated))
17
#elif defined(_MSC_VER)
18
#define mlpack_deprecated __declspec(deprecated)
19
#else
20
#pragma message("WARNING: You need to implement mlpack_deprecated for this "
21
"compiler"
)
22
#define
mlpack_deprecated
23
#
endif
24
25
#
endif
mlpack_deprecated
#define mlpack_deprecated
Definition:
deprecated.hpp:22
endif
unable to build Go bindings endif() else() find_package(Go 1.11.0) find_package(Gonum) if(NOT GO_FOUND OR NOT GONUM_FOUND) unset(BUILD_GO_BINDINGS CACHE) endif() endif() if(NOT GO_FOUND) not_found_return("Go not found
Definition:
CMakeLists.txt:43