You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a project that is a static library and a main project that uses the static library project. I have used premake to include and link the library and include files to both project. I have used eastl::unique_ptr and eastl::shared_ptr with no problems at all. however, when I use eastl::string or eastl::vector I get 3 errors shown below, (these issues happen in both projects when I try using eastl string or easlt vector). What can I do to fix this?
The text was updated successfully, but these errors were encountered:
Hi, I have a project that is a static library and a main project that uses the static library project. I have used premake to include and link the library and include files to both project. I have used eastl::unique_ptr and eastl::shared_ptr with no problems at all. however, when I use eastl::string or eastl::vector I get 3 errors shown below, (these issues happen in both projects when I try using eastl string or easlt vector). What can I do to fix this?
The text was updated successfully, but these errors were encountered: