Changeset bffe54


Ignore:
Timestamp:
Sep 29, 2011, 3:42:26 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
5c441e
Parents:
14c940
git-author:
Frederik Heber <heber@…> (09/07/11 11:38:17)
git-committer:
Frederik Heber <heber@…> (09/29/11 15:42:26)
Message:

Updated boost.m4 macro (15 -> 16).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/boost.m4

    r14c940 rbffe54  
    2323
    2424m4_define([_BOOST_SERIAL], [m4_translit([
    25 # serial 15
     25# serial 16
    2626], [#
    2727], [])])
     
    589589
    590590
     591# BOOST_LOG([PREFERRED-RT-OPT])
     592# -----------------------------
     593# Look for Boost.Log For the documentation of PREFERRED-RT-OPT, see the
     594# documentation of BOOST_FIND_LIB above.
     595BOOST_DEFUN([Log],
     596[BOOST_FIND_LIB([log], [$1],
     597    [boost/log/core/core.hpp],
     598    [boost::log::attribute a; a.get_value();])
     599])# BOOST_LOG
     600
     601
     602# BOOST_LOG_SETUP([PREFERRED-RT-OPT])
     603# -----------------------------------
     604# Look for Boost.Log For the documentation of PREFERRED-RT-OPT, see the
     605# documentation of BOOST_FIND_LIB above.
     606BOOST_DEFUN([Log_Setup],
     607[AC_REQUIRE([BOOST_LOG])dnl
     608BOOST_FIND_LIB([log_setup], [$1],
     609    [boost/log/utility/init/from_settings.hpp],
     610    [boost::log::basic_settings<char> bs; bs.empty();])
     611])# BOOST_LOG_SETUP
     612
     613
    591614# BOOST_MATH()
    592615# ------------
     
    628651BOOST_DEFUN([Preprocessor],
    629652[BOOST_FIND_HEADER([boost/preprocessor/repeat.hpp])])
     653
     654
     655# BOOST_UNORDERED()
     656# -----------------
     657# Look for Boost.Unordered
     658BOOST_DEFUN([Unordered],
     659[BOOST_FIND_HEADER([boost/unordered_map.hpp])])
     660
     661
     662# BOOST_UUID()
     663# ------------
     664# Look for Boost.Uuid
     665BOOST_DEFUN([Uuid],
     666[BOOST_FIND_HEADER([boost/uuid/uuid.hpp])])
    630667
    631668
     
    698735                [std::ostream* o = 0; // Cheap way to get an ostream...
    699736                boost::archive::text_oarchive t(*o);])
    700 ])# BOOST_SIGNALS
     737])# BOOST_SERIALIZATION
    701738
    702739
Note: See TracChangeset for help on using the changeset viewer.