Ignore:
Timestamp:
08/19/18 17:31:25 (6 years ago)
Author:
tbretz
Message:
Use Boost 1.47 at ISDC, no workaround required anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19180 r19181  
    4444    po::options_description control("Root to SQL");
    4545    control.add_options()
    46         ("uri,u",          var<string>()
    47 #if BOOST_VERSION >= 104200
    48          ->required()
    49 #endif
    50          , "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
    51         ("file",           var<string>("")
    52 #if BOOST_VERSION >= 104200
    53          ->required()
    54 #endif
    55          ,           "The root file to read from")
     46        ("uri,u",          var<string>()->required(), "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
     47        ("file",           var<string>()->required(), "The root file to read from")
    5648        ("create",         po_switch(),               "Create the database if not existing")
    5749        ("drop",           po_switch(),               "Drop the table (implies create)")
Note: See TracChangeset for help on using the changeset viewer.