Skip to content

Commit

Permalink
what about this voodoo?
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Nov 21, 2024
1 parent b192261 commit e978e29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ _build
build
_build_*
cmake-build*
Testing/

include/aws/crt/Config.h

Expand Down
2 changes: 1 addition & 1 deletion include/aws/crt/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct aws_byte_buf;
struct aws_byte_cursor;
struct aws_socket_options;

extern template class AWS_CRT_CPP_API std::basic_string<char, std::char_traits<char>, Aws::Crt::StlAllocator<char>>;
extern template class std::basic_string<char, std::char_traits<char>, Aws::Crt::StlAllocator<char>>;

namespace Aws
{
Expand Down
2 changes: 1 addition & 1 deletion source/Types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <aws/common/encoding.h>

template class std::basic_string<char, std::char_traits<char>, Aws::Crt::StlAllocator<char>>;
template class AWS_CRT_CPP_API std::basic_string<char, std::char_traits<char>, Aws::Crt::StlAllocator<char>>;

namespace Aws
{
Expand Down

0 comments on commit e978e29

Please sign in to comment.