About Store Forum Documentation Contact



Post Reply 
Unsolved external for Memp.swapOrder
Author Message
SamNainocard Offline
Member

Post: #1
Unsolved external for Memp.swapOrder
There's error about unsolved external symbol when try to use Memb.swapOrder.

This can easily test in tutorial.
Code:
void MempSwapOrderTest(Memp<int> &mem) {mem.swapOrder(0, 0);}

Edit: I narrowed it down, it's from Memb.

Code:
void MembSwapOrderTest(Memb<int> &mem) {mem.swapOrder(0, 0);}
(This post was last modified: 08-19-2014 07:58 AM by SamNainocard.)
08-19-2014 07:50 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Unsolved external for Memp.swapOrder
Thank you for catching this!

I'm uploading a fix right now.
08-19-2014 08:45 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Unsolved external for Memp.swapOrder
It's now available.
08-19-2014 09:10 AM
Find all posts by this user Quote this message in a reply
Post Reply