Changeset 14017 for trunk


Ignore:
Timestamp:
06/01/12 13:25:39 (12 years ago)
Author:
tbretz
Message:
Replaced lexical_cast by to_string
File:
1 edited

Legend:

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

    r14009 r14017  
    11#ifndef FACT_DimCtrl
    22#define FACT_DimCtrl
    3 
    4 #include <boost/lexical_cast.hpp>
    53
    64#include "Main.h"
     
    193191
    194192        if (fLabel<0)
    195             msg += "-"+boost::lexical_cast<string>(Readline::GetScriptDepth());
     193            msg += "-"+to_string(Readline::GetScriptDepth());
    196194
    197195        msg += ": "+Readline::GetScript()+" [";
Note: See TracChangeset for help on using the changeset viewer.