-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
compilation error #335
Comments
you can replace the nameCompare struct code of ImfAttribute.cpp with below |
thx bro, you are right. .👍 |
Thanks!
בתאריך יום א׳, 23 ביוני 2024, 10:11, מאת qiyuewuyi2333 <
***@***.***>:
… you can replace the nameCompare struct code of ImfAttribute.cpp with below struct
NameCompare { bool operator()(const char *x, const char *y) const { return
std::strcmp(x, y) < 0; } };
thx bro, you are right. .👍
—
Reply to this email directly, view it on GitHub
<#335 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVPLLF24J2A4WNNXGT2ZUMDZIZYL3AVCNFSM6AAAAABIJRDUVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBUG42TGOJXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I downloaded the project.
While compiling using MSVC I receive the following error:
Error C2039 'binary_function': is not a member of 'std' IlmImf-obj D:\pbrt-v3\src\ext\openexr\OpenEXR\IlmImf\ImfAttribute.cpp 66
Any idea why ?
The text was updated successfully, but these errors were encountered: