08-01-2016, 07:46 AM
We have the BAM installed The meeting will start at 19:00 CEST on https://meet.jit.si/cuberite
Random Chitchat 2012-2016
|
08-01-2016, 07:46 AM
We have the BAM installed The meeting will start at 19:00 CEST on https://meet.jit.si/cuberite
Thanks given by: NiLSPACE
08-01-2016, 08:41 AM
Could anyone help me get this snippet to compile?
#include <memory> #include <vector> #include <future> using namespace std; vector<packaged_task<void()>> veccy; template<typename T> void queue(T Task) { veccy.emplace_back(move(Task)); } int main() { unique_ptr<int> un; queue( [un = move(un)] { } ); return 0; } It tells me that: Code: Error C2280 'main::<lambda_2dcc5207d1d056d2ef4fc2991b66fdec>::<lambda_2dcc5207d1d056d2ef4fc2991b66fdec>(const main::<lambda_2dcc5207d1d056d2ef4fc2991b66fdec> &)': attempting to reference a deleted function ConsoleApplication1 c:\program files (x86)\microsoft visual studio 14.0\vc\include\xutility 288
08-02-2016, 01:00 AM
2 hours to go
08-02-2016, 01:28 AM
Does anyone have a problem if we move the next meetings to 20:00? 19:00 is around dinner time, so I never really know if I can make it or not.
08-02-2016, 02:47 AM
I'll be late about 10 minutes
08-02-2016, 10:51 PM
I was late two hours. As usual, got stuck at work
08-03-2016, 02:48 AM
Never mind
08-06-2016, 08:39 PM
All the API docs are ded. No articles, no hooks. V. bad for all. Plz fix soon.
-- Sent from my Windows desktop with Edge. Please excuse my brevity.
08-07-2016, 06:50 AM
New update released for the website. Hopefully it's easier to get an overview of the Cuberite project now.
https://cuberite.org Thanks given by: sphinxc0re
|
« Next Oldest | Next Newest »
|