david wrote: > I'm having sre problems in the test suite though, which have pretty > wide-ranging effects. SRE uses agressive inlining under MSVC. maybe their new optimizer is slightly broken? (not the first time, in a X.0 release) as a temporary workaround, try changing #if defined(_MSC_VER) to #if 0 && defined(_MSC_VER) if SRE works after this change, try switching on USE_INLINE. if you find a combination that works, change the MSC_VER clause to: #if defined(_MSC_VER) && _MSC_VER >= SOMETHING ... vs.net configuration #elif defined(_MSC_VER) ... msvc 5/6 configuration #elif defined(USE_INLINE) ... and mail me the patch. cheers /F
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4