File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ FetchContent_Declare(
23
23
FetchContent_Declare(
24
24
imgui-sfml
25
25
# GIT_REPOSITORY https://github.com/SFML/imgui-sfml.git
26
- GIT_REPOSITORY https://github.com/mlbonniec /imgui-sfml.git
26
+ GIT_REPOSITORY https://github.com/Sinan-Karakaya /imgui-sfml.git
27
27
GIT_TAG 2.6.x
28
28
# GIT_COMMIT 5f54b69b6aee18db846c81633f86f78c2586dded
29
29
# ^ or like this - sometimes it's better because FetchContent won't look
Original file line number Diff line number Diff line change 7
7
8
8
#pragma once
9
9
10
- #if __cplusplus >= 202300L
10
+ #if __cplusplus >= 202300L && __cpp_lib_stracktrace
11
11
#include < stacktrace>
12
12
#endif
13
13
@@ -102,7 +102,7 @@ namespace RType::Utils
102
102
ss << info << std::endl;
103
103
ss << std::endl;
104
104
105
- #if __cplusplus >= 202300L
105
+ #if __cplusplus >= 202300L && __cpp_lib_stacktrace
106
106
ss << " Stacktrace" << std::endl;
107
107
ss << " ------------------" << std::endl;
108
108
ss << std::stacktrace::current () << std::endl;
Original file line number Diff line number Diff line change 20
20
},
21
21
{
22
22
"name" : " sol2" ,
23
- "version>=" : " 3.3.0 "
23
+ "version>=" : " 3.3.1 "
24
24
},
25
25
{
26
26
"name" : " asio" ,
You can’t perform that action at this time.
0 commit comments