File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enable_testing()
44
55include (cmake/Core.cmake )
66
7- if (NOT TARGET ae2f::${ PROJECT_NAME } )
7+ if (NOT TARGET ae2f::Core )
88 configure_file (${PROJECT_SOURCE_DIR } /hin/Pack/Num.h.in ${PROJECT_SOURCE_DIR } /inc/ae2f/Pack/Num.auto.h )
99 configure_file (${PROJECT_SOURCE_DIR } /hin/Call.h.in ${PROJECT_SOURCE_DIR } /inc/ae2f/Call.auto.h )
1010 configure_file (${PROJECT_SOURCE_DIR } /hin/Float.h.in ${PROJECT_SOURCE_DIR } /inc/ae2f/Float.auto.h )
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ endfunction()
199199
200200# Domain name customization.
201201function (ae2f_CoreLibFetch_DNS prm_AuthorName prm_namespace prm_TarName prm_TagName prm_Domain )
202- if (NOT TARGET ${prm_TarName} )
202+ if (NOT TARGET ${prm_namespace} :: ${ prm_TarName} )
203203 if (NOT EXISTS ${ae2f_ProjRoot} /${ae2f_submod} /${prm_AuthorName} /${prm_TarName} /CMakeLists.txt)
204204 execute_process (
205205 COMMAND
Original file line number Diff line number Diff line change 150150#define restrict
151151#endif // C++
152152
153+ #if !__ae2f_stdcheck_CC(201103L)
154+ // / @brief
155+ // / Means that there will be no exception thrown written in code.
156+ #define noexcept
157+ #define constexpr
158+ #endif /* C++<=11 */
159+
160+ #if ae2f_WhenC(!)0
161+ #undef noexcept
162+ #define noexcept
163+ #endif
164+
153165#endif
Original file line number Diff line number Diff line change 8686#define consteval
8787#endif // C++20
8888
89- #if !__ae2f_stdcheck_CC(201103L)
90- // / @brief
91- // / Means that there will be no exception thrown written in code.
92- #define noexcept
93- #define constexpr
94- #else
95- #endif /* C++<=11 */
96-
9789#endif
You can’t perform that action at this time.
0 commit comments