-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, I am attempting to build this code on Windows / visual studio.
I am seeing this error:
Severity Code Description Project File Line Suppression State
Error C2248 'ttl::internal::raw_tensor_mixin<Encoder,ttl::internal::basic_flat_shape<uint32_t>,D,ttl::internal::owner>::Dim': cannot access private typedef declared in class 'ttl::internal::raw_tensor_mixin<Encoder,ttl::internal::basic_flat_shape<uint32_t>,D,ttl::internal::owner>' [D:\\Deep\OPP\openpose-plus-master\3rdparty\src\stdtensor-repo-build\stdtensor.vcxproj] stdtensor-repo d:\deep\opp\openpose-plus-master\3rdparty\src\stdtensor-repo\include\ttl\bits\raw_tensor.hpp 16
It seems to be this line:
using S = basic_flat_shape<Dim>;
Is there anything I can do to get this building on windows?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels