Changes between Initial Version and Version 1 of Ticket #1179


Ignore:
Timestamp:
Jun 26, 2008, 8:55:11 PM (14 years ago)
Author:
Dave Abrahams
Comment:

Fix formatting mess

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1179 – Description

    initial v1  
    1 
     1{{{
    22// Visual V++ 2005(8.0) sp1, union not is_class.
    33// because there is BOOST_STATIC_ASSERT(is_class<T>::value) in make_instance_impl
     
    8989        s_class.def("get_ref", &my_s::get_ref, return_value_policy<return_by_value>());//compile ok
    9090}
     91}}}