Skip to content

Commit

Permalink
Convert CFString without using std::basic_string<UniCode>
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jul 31, 2023
1 parent 475dac2 commit 8df2f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cpp/helpers/messagebuffertest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ LOGUNIT_CLASS(MessageBufferTest)

#endif

#if LOG4CXX_CFSTRING_API
#if LOG4CXX_UNICHAR_API && LOG4CXX_CFSTRING_API
void testInsertCFString()
{
MessageBuffer buf;
Expand Down

0 comments on commit 8df2f2f

Please sign in to comment.