mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 05:03:28 +00:00
스킵 구현
This commit is contained in:
1
DPP-master/docpages/include/coro_warn.dox
Normal file
1
DPP-master/docpages/include/coro_warn.dox
Normal file
@@ -0,0 +1 @@
|
||||
\warning D++ Coroutines are a very new feature and are currently only supported by D++ on g++ 11, clang/LLVM 14, and MSVC 19.37 or above. Additionally, D++ must be built with the CMake option DPP_CORO, and your program must both define the macro DPP_CORO and use C++20 or above. The feature is experimental and may have bugs or even crashes, please report any to <a href="https://github.com/brainboxdotcc/DPP/issues">GitHub Issues</a> or to our <a href="https://discord.gg/dpp">Discord Server</a>.
|
||||
2
DPP-master/docpages/include/install_prebuilt_footer.dox
Normal file
2
DPP-master/docpages/include/install_prebuilt_footer.dox
Normal file
@@ -0,0 +1,2 @@
|
||||
\note Compiling your bot with a raw `g++` command is not advised in any real project, and the example above should be used only as a test. From here, you should learn to create a bot in D++ by moving on to \ref buildcmake or if you have not yet created a token for your bot, \ref creating-a-bot-application - If you are having trouble setting up CMake, you can try <a href="https://github.com/brainboxdotcc/templatebot">our template cmake bot project</a>.
|
||||
|
||||
Reference in New Issue
Block a user