Skip to content

Fix Array.h when compiled with C++17#11816

Closed
ezyang wants to merge 3 commits intopytorch:masterfrom
ezyang:export-D9923774
Closed

Fix Array.h when compiled with C++17#11816
ezyang wants to merge 3 commits intopytorch:masterfrom
ezyang:export-D9923774

Conversation

@ezyang
Copy link
Contributor

@ezyang ezyang commented Sep 18, 2018

Summary:
The file isn't in the std:: namespace, so is_same
must be qualified.

Reviewed By: smessmer

Differential Revision: D9923774

Summary:
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: pytorch#11819

Differential Revision: D9928730

fbshipit-source-id: e9a7a4723097beaad7e2c8ee63c5809451e6d50a
… from tensor_impl.h from context_base.h"

Summary: Original commit changeset: 0d1792804d73

Differential Revision: D9940725

fbshipit-source-id: 7e03ffe660f95f9ee46968b9160c74d790b6a9b9
Summary:
Pull Request resolved: pytorch#11816

The file isn't in the std:: namespace, so is_same
must be qualified.

Reviewed By: smessmer

Differential Revision: D9923774

fbshipit-source-id: 1d53f11203b4f53c624cf78131601be3d264b522
Copy link
Contributor

@gchanan gchanan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a bunch of other stuff in here as well...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants