Hi Nate,
if i compile this

// boosttest.cpp : Defines the entry point for the console application.
//

 #include <boost/shared_ptr.hpp>
#include "stdafx.h"


int main()
{
    return 0;
}


i have this

1>------ Rebuild All started: Project: boosttest, Configuration: Debug Win32 ------
1>  stdafx.cpp
1>  boosttest.cpp
1>  boosttest.vcxproj -> C:\Users\Live Machine\Desktop\boosttest\boosttest\Debug\boosttest.exe
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========


so actually works

what do you mean exactly  with
"Usually with issues like that, I blame a missing curly-brace '}' in a source file included previously." ?

thanks

a.



On Tue, Nov 18, 2014 at 10:47 PM, Nate Crookston <nathan.crookston@gmail.com> wrote:
Hi,

On Tue, Nov 18, 2014 at 2:10 PM, alfonso santimone <alfonso.santimone@gmail.com> wrote:
Hi all guys,
any idea on this?

Usually with issues like that, I blame a missing curly-brace '}' in a source file included previously.

Do you have problems if you compile a blank source file with only a boost include?  E.g. compile a file containing only #include <boost/shared_ptr.hpp>.

HTH,
Nate
 

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users