$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ptr_container] ptr_map and MinGW: "a declaration of assert must be available", even with cassert included
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-06-19 17:39:32
philipp_muenzel_at_[hidden] skrev:
> Hi folks,
>
> Sorry for the confusion i've caused. It was a problem in my projects include-path, not with the include-path of gcc itself. I included files from another library i use, and this library contains a file named "assert.h" - why it was named so that it clashes with the system-assert i don't know. I renamed this file and altered it's #define include-guards.
> Now everything works.
>
> Thanks for reading my previous posts, I'm sorry for causing confusion with a problem that isn't boost-related at all.
No problem.
HTH
-Thorsten