• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 8 9 10 11 12 ... 117 Next »

Deprecated C++ function used in Dolphin source code
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Deprecated C++ function used in Dolphin source code
07-04-2020, 05:21 AM
#1
TheNarcor
Unregistered
 
Bug 
Hi, I'm new here and wish to report a bug. If this is not the correct site for this, please correct me.

Was building Dolphin from source in VS2019 and came across build errors due to the use of the function std::result_of which is deprecated in newer versions of C++. I was able to work around the issue by modifying the source code myself and replacing all instances of the deprecated function with std::invoke_result, related StackOverflow page here.

Happy to provide more information as needed. This issue affects compilation of all Config versions (Release/Debug, x64/ARM64), and I am building on Windows. Hoping to save someone the trouble of debugging this down the line!
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Deprecated C++ function used in Dolphin source code - TheNarcor - 07-04-2020, 05:21 AM
RE: Deprecated C++ function used in Dolphin source code - JosJuice - 07-04-2020, 06:17 AM
RE: Deprecated C++ function used in Dolphin source code - Modception - 07-16-2020, 11:43 AM
RE: Deprecated C++ function used in Dolphin source code - chrisis123 - 07-19-2020, 01:35 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode