-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is g3log compatible with C++ 14 or C++ 17 #501
Comments
Hi. Thanks for calling that out. I need to clear that up in the documentation Please check the release information for the last release that supported C++14 |
Thanks for the quick response |
Please feel free to make a quick doc update/PR, or I’ll try to get to it in a week+ time when I’m back from archery Sent from my iPhoneOn Sep 9, 2023, at 06:36, wluter ***@***.***> wrote:
Thanks for the quick response
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I took a look at updating and submit PR but wasn't sure how to change the web page where the error is. |
That’s just one of the markdown files. You can use the search to find it Sent from my iPhoneOn Sep 11, 2023, at 13:41, wluter ***@***.***> wrote:
I took a look at updating and submit PR but wasn't sure how to change the web page where the error is.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I have searched through every .md document and also performed a general search for “C++14” and “About” and I must be dumb. I cannot find the “About” abstract on the code tab:
***@***.***
Regards,
Bill
From: Kjell Hedström ***@***.***>
Sent: Saturday, November 11, 2023 6:33 PM
To: KjellKod/g3log ***@***.***>
Cc: William Luter ***@***.***>; Assign ***@***.***>
Subject: Re: [KjellKod/g3log] Is g3log compatible with C++ 14 or C++ 17 (Issue #501)
[EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe.
Assigned #501<#501> to @wluter<https://github.com/wluter>.
—
Reply to this email directly, view it on GitHub<#501 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADSO5FFB5OWEB6H5PCZ4RE3YEAKMLAVCNFSM6AAAAAA4RMIKWOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQHEZTGNBTGE4TQNY>.
You are receiving this because you were assigned.Message ID: ***@***.***>
CONFIDENTIALITY NOTE: The information contained in this message and any attachments here to are legally privileged and confidential information intended only for the use of designated recipients to whom it is addressed. Any reader of this message that is not the intended recipient is hereby notified that you have received this document in error and that any review, dissemination, distribution or copy of this message or its attachments is strictly prohibited. Please immediately notify the sender of such erroneous delivery by telephone, fax, or email and delete the message. Thank you.
…________________________________
此郵件(及其任何附件)含有機密、受特權或法律保護之訊息。該訊息僅供收件人(或負責轉交於公司之人員)閱讀。如您不是本訊息的指定收件人,請勿列印、保留、複製或傳播此訊息或其中任何一部份。如您錯收此訊息,請立即將此訊息從您的系統內銷毀或刪除,並通知寄件者。
|
completed in #502 |
@wluter I can recommend githelpers as a much nicer way to search in git repos, alternatively, just looking at their aliases and use something similar |
The home page for g3log says "G3log is made with plain C++14 (C++11 support" but it calls the template function std::invoke_result_t which is available only from c++ 17.
I am having difficulty compiling it with an MFC application due to version compatibility problems.
The text was updated successfully, but these errors were encountered: