Skip to content

Commit

Permalink
Closer to having HttpService working on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
taxilian committed Oct 21, 2010
1 parent 0e39a87 commit cba8449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boost/detail/utf8_codecvt_facet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace std {

BOOST_UTF8_BEGIN_NAMESPACE

struct BOOST_UTF8_DECL utf8_codecvt_facet :
struct utf8_codecvt_facet :
public std::codecvt<wchar_t, char, std::mbstate_t>
{
public:
Expand Down
3 changes: 3 additions & 0 deletions libs/filesystem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ set(SOURCES

add_library (boost_filesystem STATIC ${SOURCES})

add_boost_library(system)
export_boost_dependencies()

0 comments on commit cba8449

Please sign in to comment.