We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9441bbd commit 61e4931Copy full SHA for 61e4931
csrc/core/utils/source_location.h
@@ -17,7 +17,7 @@
17
#ifndef MMDEPLOY_HAS_SOURCE_LOCATION
18
#if __has_include(<experimental/source_location>)
19
#include <experimental/source_location>
20
- #if __cpp_lib_experimental_source_location >= 201505
+ #if __cpp_lib_experimental_source_location >= 201505L
21
#define MMDEPLOY_HAS_SOURCE_LOCATION 1
22
namespace mmdeploy {
23
using SourceLocation = std::experimental::source_location;
0 commit comments