Skip to content

Commit

Permalink
update to build with clang 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed Jan 6, 2014
1 parent 840747a commit fb81fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ if project.env['mode'] == 'production' :
if 'sharedNoUndefined' in project.CC:
projectFlags['SHLINKFLAGS'] = [project.CC['sharedNoUndefined']]

if project.env['compiler'] == "gcc" :
projectFlags['CXXFLAGS'].append( '-std=c++11' )
projectFlags['CXXFLAGS'].append( '-std=c++11' )

# Creates a dependency target without associated code or compiled object,
# but only associated with compilation flags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ class ExpressionParser;
*/
class Checker
{
public:
typedef std::shared_ptr< basic_element::Element > ShPtrElement;
typedef std::shared_ptr< spec_reader::SpecNode > ShPtrSpecNode;

public:
/**
* Checker's constructor.
*/
Expand Down

0 comments on commit fb81fa8

Please sign in to comment.