Created
February 3, 2014 12:35
-
-
Save abergmeier/8783108 to your computer and use it in GitHub Desktop.
N3784+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace std { | |
template< class T > | |
class continuator; | |
template< class T > | |
class shared_continuator; | |
template< class Type > | |
continuator async_cast(std::future<Type> fut) noexcept; | |
template< class Type > | |
shared_continuator async_cast(std::shared_future<Type> fut) noexcept; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment