Add beast::buffer_view

This commit is contained in:
Vinnie Falco
2014-03-11 23:24:34 -07:00
parent b2f06dbe3c
commit f66aee4e7f
8 changed files with 867 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ if USING_CLANG:
env.Append(LINKFLAGS='-stdlib=libstdc++')
if OSX:
env.Append(CXXFLAGS = ['-std=c++11', '-stdlib=libc++'])
env.Append(CXXFLAGS = ['-std=c++11', '-stdlib=libc++',
'-Wno-deprecated-register'])
env.Append(LINKFLAGS='-stdlib=libc++')
env['FRAMEWORKS'] = ['AppKit','Foundation']