mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix std declaration.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19102 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aafefdbe26
commit
01891912bc
@ -55,17 +55,6 @@
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
using support::prefixIs;
|
||||
using support::ltrim;
|
||||
using support::rtrim;
|
||||
using support::suffixIs;
|
||||
|
||||
using boost::shared_ptr;
|
||||
using boost::dynamic_pointer_cast;
|
||||
|
||||
using std::abs;
|
||||
using std::auto_ptr;
|
||||
using std::endl;
|
||||
@ -83,6 +72,16 @@ using std::vector;
|
||||
using std::strlen;
|
||||
#endif
|
||||
|
||||
using boost::shared_ptr;
|
||||
using boost::dynamic_pointer_cast;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
using support::prefixIs;
|
||||
using support::ltrim;
|
||||
using support::rtrim;
|
||||
using support::suffixIs;
|
||||
|
||||
using cap::dirtyTabularStack;
|
||||
using cap::tabularStackDirty;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user