Skip to content

Commit 61e4931

Browse files
committed
fix consistency
1 parent 9441bbd commit 61e4931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/core/utils/source_location.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef MMDEPLOY_HAS_SOURCE_LOCATION
1818
#if __has_include(<experimental/source_location>)
1919
#include <experimental/source_location>
20-
#if __cpp_lib_experimental_source_location >= 201505
20+
#if __cpp_lib_experimental_source_location >= 201505L
2121
#define MMDEPLOY_HAS_SOURCE_LOCATION 1
2222
namespace mmdeploy {
2323
using SourceLocation = std::experimental::source_location;

0 commit comments

Comments
 (0)