Add new-styled Intrusive and MPL modules

This commit is contained in:
Vinnie Falco
2013-09-04 06:24:54 -07:00
parent 1277f70c47
commit 02107c3023
13 changed files with 952 additions and 2 deletions

View File

@@ -218,6 +218,13 @@ Some files contain portions of these external projects, licensed separately:
#undef _aligned_msize
#endif
//------------------------------------------------------------------------------
// New header-only library modeled more closely according to boost
#include "../../beast/intrusive/ForwardList.h"
//------------------------------------------------------------------------------
namespace beast
{
@@ -445,6 +452,4 @@ extern BEAST_API void BEAST_CALLTYPE logAssertion (char const* file, int line) n
#pragma warning (pop)
#endif
//------------------------------------------------------------------------------
#endif